v1

latestSwagger 2.02026-07-17443368.1 KB
reaction

删除消息 reaction

post/reaction.delete

Request body

vchannel_idstring required

消息所在的频道

keystring required

想要删 sticker 的 message 的 key

reactionstring required

想要删除的 reaction 名

Example request

{
  "vchannel_id": "=bw52O",
  "key": "1540460114044.0100",
  "reaction": ":smile:"
}

Response

request success

{"stackTrail":"components:schemas:NoContent","oasType":"schema","type":"unknown","description":"NO CONTENT"}