2025-02-13 22:32:59 +04:00

12 lines
220 B
Plaintext

include "TelegramMediaResource.fbs";
namespace TelegramCore;
table VideoThumbnail {
width:int32 (id: 0);
height:int32 (id: 1);
resource:TelegramMediaResource (id: 2, required);
}
root_type VideoThumbnail;