KIMCore Chat Group Action Result
class KIMCoreChatGroupActionResult(var chatId: String, var operator: String, var action: KIMCoreChatGroupAction, var targets: List<String>) : KIMCoreEventResult
Constructors
Link copied to clipboard
constructor(chatId: String, operator: String, action: KIMCoreChatGroupAction, targets: List<String>)