リアクションの持たせ方がわかりやすい
求めてたものだ "emoji_reactions": [
{
"name": "arms_ai",
"count": 1,
"url": "https://s3.fedibird.com/custom_emojis/images/000/057/900/original/b6fe95f75fc553d3.png",
"static_url": "https://s3.fedibird.com/custom_emojis/images/000/057/900/static/b6fe95f75fc553d3.png",
"domain": null,
"account_ids": [
"106243276260829420"
],
"me": true
}
],
Conversation
Notices
-
Embed this notice
panta@misskey.pantasystem.com's status on Wednesday, 18-Jan-2023 11:40:16 JST Panta - のえる and たけうちひろあき? repeated this.
-
Embed this notice
のえる (noellabo@fedibird.com)'s status on Wednesday, 18-Jan-2023 11:40:16 JST のえる @Panta 既存のクライアントアプリも、絵文字リアクションを表示するだけならすぐ対応できると思うんだよね。必要な情報は揃えてあるし。
あとは、status_id: 109425605963875047 の時、
PUT /api/v1/statuses/109425605963875047/emoji_reactions/arms_ai
:arms_ai: arms_ai
Unicodeなら
? %F0%9F%91%8D
とか(ローカル)
PUT /api/v1/statuses/109425605963875047/emoji_reactions/arms_ai@misskey.pantasystem.com
で(リモート)リアクション実行、
POST /api/v1/statuses/109425605963875047/emoji_unreaction
で自分のリアクションをキャンセル。
GET /api/v1/statuses/109425605963875047/emoji_reactioned_by
で投稿についた絵文字リアクションの一覧(集約してないやつ)を取得
GET /api/v1/emoji_reactions
で自分のリアクションした投稿を全部