stickers.setStickerSetThumb
Layer 225
Constructor ID: 0xa76a5392
Returns: StickerSet
Parameters
| Name | Type | Description |
|---|---|---|
stickerset | InputStickerSet | |
thumb | InputDocument (flags.0, optional) | |
thumb_document_id | int64 (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)