Update misskey-js.api.md

This commit is contained in:
syuilo 2021-10-17 17:52:24 +09:00
parent 510a1408a2
commit 80ef07222d

View file

@ -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)