Skip to content

ActivityPlug API / @activityplug/mastodon-base / MastodonAccountResponse

Interface: MastodonAccountResponse

Defined in: types.ts:56

Properties

acct?

readonly optional acct?: string

Defined in: types.ts:59


avatar?

readonly optional avatar?: string

Defined in: types.ts:62


bot?

readonly optional bot?: boolean

Defined in: types.ts:64


created_at?

readonly optional created_at?: string

Defined in: types.ts:66


display_name?

readonly optional display_name?: string

Defined in: types.ts:60


fields?

readonly optional fields?: readonly MastodonAccountFieldResponse[]

Defined in: types.ts:71


followers_count?

readonly optional followers_count?: number

Defined in: types.ts:68


following_count?

readonly optional following_count?: number

Defined in: types.ts:69


readonly optional header?: string

Defined in: types.ts:63


id?

readonly optional id?: string

Defined in: types.ts:57


locked?

readonly optional locked?: boolean

Defined in: types.ts:65


note?

readonly optional note?: string

Defined in: types.ts:67


pleroma?

readonly optional pleroma?: unknown

Defined in: types.ts:72


statuses_count?

readonly optional statuses_count?: number

Defined in: types.ts:70


url?

readonly optional url?: string

Defined in: types.ts:61


username?

readonly optional username?: string

Defined in: types.ts:58