KIMCoreGroupMemberLeaveResult

class KIMCoreGroupMemberLeaveResult(var chatId: String, operator: String, var targetList: List<String>?) : KIMCoreEventResult

Deprecated

该接口已经废弃,请使用新接口

Replace with

import com.kingsoft.kim.core.api.event.KIMChatGroupActionResult
KIMChatGroupActionResult

用户退出群组

Constructors

Link copied to clipboard
constructor(chatId: String, operator: String, targetList: List<String>?)

Properties

Link copied to clipboard
open override val allUserId: List<String>
Link copied to clipboard
@SerializedName(value = "chatId")
open override var chatId: String

退出的群组id

Link copied to clipboard
@SerializedName(value = "targetList")
var targetList: List<String>?

退出的用户id

Functions

Link copied to clipboard

“我”是否退群