- Preparing search index...
- The search index is not available
tsmi
INote: { createdAt: string; cw: string | null; fileIds: string[]; files: IDriveFile[]; id: string; localOnly: boolean; reactionAcceptance: ReactionAcceptance; reactionEmojis: { [
key:
string]
: string; }; reactions: { [
key:
string]
: number; }; renoteCount: number; renoteId: string | null; repliesCount: number; replyId: string | null; text: string | null; user: IUserLite; userId: string; visibility: NoteVisibility; }
Type declaration
-
createdAt: string
-
cw: string | null
-
fileIds: string[]
-
-
id: string
-
localOnly: boolean
-
-
reactionEmojis: {
[key: string]: string;
}
-
reactions: {
[key: string]: number;
}
-
renoteCount: number
-
renoteId: string | null
-
repliesCount: number
-
replyId: string | null
-
text: string | null
-
-
userId: string
-