diff --git a/etc/misskey-js.api.md b/etc/misskey-js.api.md index 5f76c452a..08db7d349 100644 --- a/etc/misskey-js.api.md +++ b/etc/misskey-js.api.md @@ -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; + 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)