KIMCoreGroupMemberEnterResult

class KIMCoreGroupMemberEnterResult(var chatId: String, var userList: List<String>?) : KIMCoreEventResult

Deprecated

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

Replace with

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

用户进入群组

Constructors

Link copied to clipboard
constructor(chatId: String, userList: 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 = "userList")
var userList: List<String>?

进入群组的用户id