Reaction

data class Reaction(val emoji: Emoji, val count: Int, val me: Boolean)(source)

回应信息

"reactions": [
{
"emoji": {
"id": "[#129315;]",
"name": "[#129315;]"
},
"count": 1,
"me": true
}
],

Constructors

Link copied to clipboard
constructor(emoji: Emoji, count: Int, me: Boolean)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard
val me: Boolean