Interface RawPhotoSizeSourceStickerSetThumbnailVersion

This photo is a legacy sticker set identified by a version

interface RawPhotoSizeSourceStickerSetThumbnailVersion {
    _: "stickerSetThumbnailVersion";
    accessHash: Long;
    id: Long;
    version: number;
}

Hierarchy

Properties

Properties

_: "stickerSetThumbnailVersion"
accessHash: Long
id: Long
version: number