ActivityPlug API / @activityplug/mastodon-base / MastodonStatusResponse
Interface: MastodonStatusResponse
Defined in: types.ts:120
Properties
account?
readonlyoptionalaccount?:MastodonAccountResponse
Defined in: types.ts:124
bookmarked?
readonlyoptionalbookmarked?:boolean
Defined in: types.ts:144
content?
readonlyoptionalcontent?:string
Defined in: types.ts:125
created_at?
readonlyoptionalcreated_at?:string
Defined in: types.ts:126
favourited?
readonlyoptionalfavourited?:boolean
Defined in: types.ts:142
favourites_count?
readonlyoptionalfavourites_count?:number
Defined in: types.ts:141
id?
readonlyoptionalid?:string
Defined in: types.ts:121
in_reply_to_id?
readonlyoptionalin_reply_to_id?:string|null
Defined in: types.ts:132
media_attachments?
readonlyoptionalmedia_attachments?: readonlyMastodonMediaAttachmentResponse[]
Defined in: types.ts:130
pleroma?
readonlyoptionalpleroma?:unknown
Defined in: types.ts:145
poll?
readonlyoptionalpoll?:MastodonPollResponse|null
Defined in: types.ts:131
quote?
readonlyoptionalquote?: {quoted_status?:MastodonStatusResponse|null;state?:string; } |null
Defined in: types.ts:135
quote_id?
readonlyoptionalquote_id?:string|null
Defined in: types.ts:134
reblog?
readonlyoptionalreblog?:MastodonStatusResponse|null
Defined in: types.ts:133
reblogged?
readonlyoptionalreblogged?:boolean
Defined in: types.ts:143
reblogs_count?
readonlyoptionalreblogs_count?:number
Defined in: types.ts:140
replies_count?
readonlyoptionalreplies_count?:number
Defined in: types.ts:139
sensitive?
readonlyoptionalsensitive?:boolean
Defined in: types.ts:128
spoiler_text?
readonlyoptionalspoiler_text?:string
Defined in: types.ts:129
uri?
readonlyoptionaluri?:string
Defined in: types.ts:122
url?
readonlyoptionalurl?:string|null
Defined in: types.ts:123
visibility?
readonlyoptionalvisibility?:string
Defined in: types.ts:127