tencent-connect / botgo

QQ频道机器人 GOSDK
https://bot.q.qq.com/wiki/
Apache License 2.0
303 stars 50 forks source link

fix: ReactionTargetType type #39

Open fumiama opened 1 year ago

fumiama commented 1 year ago

API好像已经变成string类型了 例:

{
  "channel_id": "xxx",
  "emoji": { "id": "277", "type": 1 },
  "guild_id": "xxx",
  "target": { "id": "xxx", "type": "ReactionTargetType_MSG" },
  "user_id": "xxx"
}