This commit is contained in:
syuilo 2017-12-15 00:23:45 +09:00
parent a357d5c6a5
commit d6ec5f2fe1
11 changed files with 305 additions and 80 deletions

View file

@ -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"