ActivityPlug API / @activityplug/mastodon-base / MastodonAccountResponse
Interface: MastodonAccountResponse
Defined in: types.ts:56
Properties
acct?
readonlyoptionalacct?:string
Defined in: types.ts:59
avatar?
readonlyoptionalavatar?:string
Defined in: types.ts:62
bot?
readonlyoptionalbot?:boolean
Defined in: types.ts:64
created_at?
readonlyoptionalcreated_at?:string
Defined in: types.ts:66
display_name?
readonlyoptionaldisplay_name?:string
Defined in: types.ts:60
fields?
readonlyoptionalfields?: readonlyMastodonAccountFieldResponse[]
Defined in: types.ts:71
followers_count?
readonlyoptionalfollowers_count?:number
Defined in: types.ts:68
following_count?
readonlyoptionalfollowing_count?:number
Defined in: types.ts:69
header?
readonlyoptionalheader?:string
Defined in: types.ts:63
id?
readonlyoptionalid?:string
Defined in: types.ts:57
locked?
readonlyoptionallocked?:boolean
Defined in: types.ts:65
note?
readonlyoptionalnote?:string
Defined in: types.ts:67
pleroma?
readonlyoptionalpleroma?:unknown
Defined in: types.ts:72
statuses_count?
readonlyoptionalstatuses_count?:number
Defined in: types.ts:70
url?
readonlyoptionalurl?:string
Defined in: types.ts:61
username?
readonlyoptionalusername?:string
Defined in: types.ts:58