# 表情表态事件

# MESSAGE_REACTION_ADD (intents GUILD_MESSAGE_REACTIONS)

# 发送时机

  • 用户对消息进行表情表态时

# MESSAGE_REACTION_REMOVE (intents GUILD_MESSAGE_REACTIONS)

# 发送时机

  • 用户对消息进行取消表情表态时

# 内容

内容为 MessageReaction 对象

# 示例

{
  "user_id": "1111222233333",
  "emoji": {
    "id": "277",
    "type": 1
  },
  "channel_id": "12345",
  "guild_id": "11110011112222",
  "target": {
    "id": "2",
    "type": 0
  }
}
1
2
3
4
5
6
7
8
9
10
11
12
13
上次更新: 12/26/2021, 6:57:43 PM
手机QQ扫码
开发者社区
加入官方频道开发者社区