Documentation - v0.27.1
    Preparing search index...

    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;
    }
    Index

    Properties

    Properties

    _: "stickerSetThumbnail"
    accessHash: Long
    id: Long