Skip to content

ActivityPlug API / @activityplug/misskey / MisskeyNoteResponse

Interface: MisskeyNoteResponse

Defined in: types.ts:66

Properties

createdAt?

readonly optional createdAt?: string

Defined in: types.ts:73


cw?

readonly optional cw?: string | null

Defined in: types.ts:72


fileIds?

readonly optional fileIds?: readonly string[]

Defined in: types.ts:78


files?

readonly optional files?: readonly MisskeyFileResponse[]

Defined in: types.ts:77


id?

readonly optional id?: string

Defined in: types.ts:67


isFavorited?

readonly optional isFavorited?: boolean

Defined in: types.ts:85


localOnly?

readonly optional localOnly?: boolean

Defined in: types.ts:75


myReaction?

readonly optional myReaction?: string | null

Defined in: types.ts:86


poll?

readonly optional poll?: MisskeyPollResponse | null

Defined in: types.ts:79


reactions?

readonly optional reactions?: Readonly<Record<string, number>>

Defined in: types.ts:84


renote?

readonly optional renote?: MisskeyNoteResponse | null

Defined in: types.ts:76


renoteCount?

readonly optional renoteCount?: number

Defined in: types.ts:83


renoteId?

readonly optional renoteId?: string | null

Defined in: types.ts:81


repliesCount?

readonly optional repliesCount?: number

Defined in: types.ts:82


replyId?

readonly optional replyId?: string | null

Defined in: types.ts:80


text?

readonly optional text?: string | null

Defined in: types.ts:71


uri?

readonly optional uri?: string | null

Defined in: types.ts:68


url?

readonly optional url?: string | null

Defined in: types.ts:69


user?

readonly optional user?: MisskeyMeResponse

Defined in: types.ts:70


visibility?

readonly optional visibility?: string

Defined in: types.ts:74