Audio tab in media gallery

This commit is contained in:
Fedor Indutny
2025-11-18 14:40:01 -08:00
committed by GitHub
parent 3592bbf9f2
commit 5745cc0083
27 changed files with 946 additions and 392 deletions

View File

@@ -591,7 +591,7 @@ export type GetOlderMediaOptionsType = Readonly<{
messageId?: string;
receivedAt?: number;
sentAt?: number;
type: 'media' | 'documents';
type: 'media' | 'audio' | 'documents';
}>;
export type GetOlderLinkPreviewsOptionsType = Readonly<{