mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
include "MediaId.fbs";
|
|
include "VideoThumbnail.fbs";
|
|
|
|
namespace TelegramCore;
|
|
|
|
table TelegramMediaFile {
|
|
id: MediaId;
|
|
videoThumbnails: [VideoThumbnail];
|
|
}
|
|
|
|
root_type TelegramMediaFile;
|