Update misskey-js.api.md
This commit is contained in:
parent
510a1408a2
commit
80ef07222d
|
@ -2192,8 +2192,12 @@ type Note = {
|
|||
files: DriveFile[];
|
||||
fileIds: DriveFile['id'][];
|
||||
visibility: 'public' | 'home' | 'followers' | 'specified';
|
||||
visibleUserIds?: User['id'][];
|
||||
localOnly?: boolean;
|
||||
myReaction?: string;
|
||||
reactions: Record<string, number>;
|
||||
renoteCount: number;
|
||||
repliesCount: number;
|
||||
poll?: {
|
||||
expiresAt: DateString | null;
|
||||
multiple: boolean;
|
||||
|
@ -2207,6 +2211,8 @@ type Note = {
|
|||
name: string;
|
||||
url: string;
|
||||
}[];
|
||||
uri?: string;
|
||||
url?: string;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
|
|
Loading…
Reference in New Issue