Emoji

data class Emoji(val id: String, val type: Int)(source)

表情对象

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(id: String, type: Int)

Properties

Link copied to clipboard
val id: String

表情ID,系统表情使用数字为ID,emoji使用emoji本身为id,参考 Emoji 列表

Link copied to clipboard
val type: Int

表情类型 EmojiTypes