Companion

Properties

Link copied to clipboard
const val CHAT_TYPE_CHANNEL: Int = 0

表示频道场景的 chatType

Link copied to clipboard
const val CHAT_TYPE_GROUP: Int = 1

表示群聊场景的 chatType

Link copied to clipboard
const val CHAT_TYPE_PRIVATE: Int = 2

表示单聊场景的 chatType

Link copied to clipboard
const val SCENE_C2C: String

表示单聊场景的 scene

Link copied to clipboard
const val SCENE_GROUP: String

表示群聊场景的 scene

Link copied to clipboard
const val SCENE_GUILD: String

表示频道场景的 scene

Link copied to clipboard
const val TYPE_BUTTON: Int = 11

表示消息按钮的 type

Link copied to clipboard
const val TYPE_MENU: Int = 12

表示单聊快捷菜单的 type