mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-16 17:55:30 +02:00
✌️
This commit is contained in:
@@ -10,7 +10,7 @@ params:
|
||||
optional: true
|
||||
desc:
|
||||
ja: "投稿の本文"
|
||||
en: "Text of a post"
|
||||
en: "The text of your post"
|
||||
- name: "media_ids"
|
||||
type: "id(DriveFile)[]"
|
||||
optional: true
|
||||
@@ -22,19 +22,19 @@ params:
|
||||
optional: true
|
||||
desc:
|
||||
ja: "返信する投稿"
|
||||
en: "A post you want to reply"
|
||||
en: "The post you want to reply"
|
||||
- name: "repost_id"
|
||||
type: "id(Post)"
|
||||
optional: true
|
||||
desc:
|
||||
ja: "引用する投稿"
|
||||
en: "A post you want to quote"
|
||||
en: "The post you want to quote"
|
||||
- name: "poll"
|
||||
type: "object"
|
||||
optional: true
|
||||
desc:
|
||||
ja: "投票"
|
||||
en: "A poll"
|
||||
en: "The poll"
|
||||
defName: "poll"
|
||||
def:
|
||||
- name: "choices"
|
||||
|
||||
Reference in New Issue
Block a user