wip
This commit is contained in:
parent
7d4d9dbaa6
commit
3d5cdb8d2d
237 changed files with 1661 additions and 1354 deletions
|
@ -11,7 +11,7 @@ props:
|
|||
desc:
|
||||
ja: "ユーザーID"
|
||||
en: "The ID of this user"
|
||||
- name: "created_at"
|
||||
- name: "createdAt"
|
||||
type: "date"
|
||||
optional: false
|
||||
desc:
|
||||
|
@ -29,7 +29,7 @@ props:
|
|||
desc:
|
||||
ja: "アカウントの説明(自己紹介)"
|
||||
en: "The description of this user"
|
||||
- name: "avatar_id"
|
||||
- name: "avatarId"
|
||||
type: "id(DriveFile)"
|
||||
optional: true
|
||||
desc:
|
||||
|
@ -41,7 +41,7 @@ props:
|
|||
desc:
|
||||
ja: "アバターのURL"
|
||||
en: "The URL of the avatar of this user"
|
||||
- name: "banner_id"
|
||||
- name: "bannerId"
|
||||
type: "id(DriveFile)"
|
||||
optional: true
|
||||
desc:
|
||||
|
@ -53,13 +53,13 @@ props:
|
|||
desc:
|
||||
ja: "バナーのURL"
|
||||
en: "The URL of the banner of this user"
|
||||
- name: "followers_count"
|
||||
- name: "followersCount"
|
||||
type: "number"
|
||||
optional: false
|
||||
desc:
|
||||
ja: "フォロワーの数"
|
||||
en: "The number of the followers for this user"
|
||||
- name: "following_count"
|
||||
- name: "followingCount"
|
||||
type: "number"
|
||||
optional: false
|
||||
desc:
|
||||
|
@ -81,25 +81,25 @@ props:
|
|||
desc:
|
||||
ja: "自分がこのユーザーをミュートしているか"
|
||||
en: "Whether you muted this user"
|
||||
- name: "posts_count"
|
||||
- name: "postsCount"
|
||||
type: "number"
|
||||
optional: false
|
||||
desc:
|
||||
ja: "投稿の数"
|
||||
en: "The number of the posts of this user"
|
||||
- name: "pinned_post"
|
||||
- name: "pinnedPost"
|
||||
type: "entity(Post)"
|
||||
optional: true
|
||||
desc:
|
||||
ja: "ピン留めされた投稿"
|
||||
en: "The pinned post of this user"
|
||||
- name: "pinned_post_id"
|
||||
- name: "pinnedPostId"
|
||||
type: "id(Post)"
|
||||
optional: true
|
||||
desc:
|
||||
ja: "ピン留めされた投稿のID"
|
||||
en: "The ID of the pinned post of this user"
|
||||
- name: "drive_capacity"
|
||||
- name: "driveCapacity"
|
||||
type: "number"
|
||||
optional: false
|
||||
desc:
|
||||
|
@ -119,13 +119,13 @@ props:
|
|||
en: "The account of this user on this server"
|
||||
defName: "account"
|
||||
def:
|
||||
- name: "last_used_at"
|
||||
- name: "lastUsedAt"
|
||||
type: "date"
|
||||
optional: false
|
||||
desc:
|
||||
ja: "最終利用日時"
|
||||
en: "The last used date of this user"
|
||||
- name: "is_bot"
|
||||
- name: "isBot"
|
||||
type: "boolean"
|
||||
optional: true
|
||||
desc:
|
||||
|
@ -139,13 +139,13 @@ props:
|
|||
en: "The info of the connected twitter account of this user"
|
||||
defName: "twitter"
|
||||
def:
|
||||
- name: "user_id"
|
||||
- name: "userId"
|
||||
type: "string"
|
||||
optional: false
|
||||
desc:
|
||||
ja: "ユーザーID"
|
||||
en: "The user ID"
|
||||
- name: "screen_name"
|
||||
- name: "screenName"
|
||||
type: "string"
|
||||
optional: false
|
||||
desc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue