Skip to content

stickers.setStickerSetThumb

Layer 225

Constructor ID: 0xa76a5392
Returns: StickerSet

Parameters

NameTypeDescription
stickersetInputStickerSet
thumbInputDocument (flags.0, optional)
thumb_document_idint64 (flags.1, optional)

Example

go
result, err := client.Raw(&tg.SetStickerSetThumbRequest{
    stickerset: nil, // InputStickerSet
    thumb: nil, // InputDocument
    thumb_document_id: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.