messages.uninstallStickerSet
Uninstall a stickerset
func (c *Client) MessagesUninstallStickerSet(ctx context.Context, stickerset InputStickerSetClass) (bool, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.MessagesUninstallStickerSet(ctx, stickerset)
if err != nil {
return err
}
_ = res // bool
return nil
})
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
Stickerset | InputStickerSetClass | yes | The stickerset to uninstall |
Returns
bool
Possible errors
| Code | Type | Description |
|---|---|---|
| 406 | STICKERSET_INVALID | The provided sticker set is invalid. |
References
- Official documentation
- Generated Go reference
- TL definition:
messages.uninstallStickerSet#f96e55de