KIMCoreGroupMemberRoleOptResult

class KIMCoreGroupMemberRoleOptResult(var chatId: String, var action: String, var operatorId: String, var targetIds: List<String>?) : KIMCoreEventResult

Deprecated

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

Replace with

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

群组成员角色操作

Constructors

Link copied to clipboard
constructor(chatId: String, action: String, operatorId: String, targetIds: List<String>?)

Properties

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

com.kingsoft.kim.core.Constant.ChatRoleOpt

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