Skip to content

ActivityPlug API / @activityplug/misskey / MisskeyMeResponse

Interface: MisskeyMeResponse

Defined in: types.ts:20

Properties

avatarUrl?

readonly optional avatarUrl?: string | null

Defined in: types.ts:26


bannerUrl?

readonly optional bannerUrl?: string | null

Defined in: types.ts:27


createdAt?

readonly optional createdAt?: string

Defined in: types.ts:30


description?

readonly optional description?: string | null

Defined in: types.ts:31


fields?

readonly optional fields?: readonly object[]

Defined in: types.ts:32


followersCount?

readonly optional followersCount?: number

Defined in: types.ts:37


followingCount?

readonly optional followingCount?: number

Defined in: types.ts:38


host?

readonly optional host?: string | null

Defined in: types.ts:23


id?

readonly optional id?: string

Defined in: types.ts:21


isBot?

readonly optional isBot?: boolean

Defined in: types.ts:28


isLocked?

readonly optional isLocked?: boolean

Defined in: types.ts:29


name?

readonly optional name?: string | null

Defined in: types.ts:24


notesCount?

readonly optional notesCount?: number

Defined in: types.ts:39


url?

readonly optional url?: string | null

Defined in: types.ts:25


username?

readonly optional username?: string

Defined in: types.ts:22