Interface RawPhotoSizeSourceStickerSetThumbnail

This photo is a thumbnail for a a sticker set, and set's ID and access hash are provided here

interface RawPhotoSizeSourceStickerSetThumbnail {
    _: "stickerSetThumbnail";
    accessHash: Long;
    id: Long;
}

Properties

Properties

_: "stickerSetThumbnail"
accessHash: Long
id: Long