Raw.stickers.SetStickerSetThumb

Raw.stickers.SetStickerSetThumb

Set stickerset thumbnail

stickers.setStickerSetThumb#a76a5392 flags:# stickerset:InputStickerSet thumb:flags.0?InputDocument thumb_document_id:flags.1?long = messages.StickerSet;
export namespace Raw {
  export namespace stickers {
    export class SetStickerSetThumb {
      constructor(params: {
        stickerset: Raw.TypeInputStickerSet;
        thumb?: Raw.TypeInputDocument;
        thumbDocumentId?: bigint;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xa76a5392

Property

  • stickerset : Raw.TypeInputStickerSet

    Stickerset

  • thumb : Raw.TypeInputDocument or undefined

    Thumbnail (only for normal stickersets, not custom emoji stickersets).

  • thumbDocumentId : bigint or undefined

    Only for custom emoji stickersets, id of a custom emoji present in the set to use as thumbnail; pass 0 to fallback to the first custom emoji of the set.

Results

Raw.messages.TypeStickerSet

Bots can use