mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-10 22:01:16 +00:00
feat: add mediaAlbumId to TelegramMessage and TelegramPhoto interfaces
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,7 @@ export interface TelegramMessage {
|
|||||||
fileId: string;
|
fileId: string;
|
||||||
fileSize: bigint;
|
fileSize: bigint;
|
||||||
date: Date;
|
date: Date;
|
||||||
|
mediaAlbumId?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ArchiveSet {
|
export interface ArchiveSet {
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ export interface TelegramPhoto {
|
|||||||
/** The smallest photo size available — used as thumbnail. */
|
/** The smallest photo size available — used as thumbnail. */
|
||||||
fileId: string;
|
fileId: string;
|
||||||
fileSize: number;
|
fileSize: number;
|
||||||
|
mediaAlbumId?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ArchiveRef {
|
export interface ArchiveRef {
|
||||||
|
|||||||
Reference in New Issue
Block a user