KIMCoreGroupDisableResult

Deprecated

该接口已经废弃,请使用KIMCoreChatGroupActionResult和KIMCoreGroupMemberSendStatusResult

Replace with

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

群禁言

Constructors

Link copied to clipboard
constructor(chatId: String)

Properties

Link copied to clipboard
@SerializedName(value = "action")
var action: String

com.kingsoft.kim.core.Constant.ChatDisable

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 = "disableUserList")
var disableUserList: List<String>

被禁言的用户列表, 只有在com.kingsoft.kim.core.Constant.ChatDisable.ACTION_DISABLE_PART的时候,才生效

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

开启发言的用户列表, 只有在com.kingsoft.kim.core.Constant.ChatDisable.ACTION_DISABLE_PART的时候,才生效