Layer 220
MessagesClearRecentStickers
Clear recent stickers
method
Users
messages.clearRecentStickers#8999602d flags:# attached:flags.0?true = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| Attached | flags.0?true | Set this flag to clear the list of stickers recently attached to photo or video files |
Returns
BoolGogram Example
// MessagesClearRecentStickers - using Params struct result, err := client.MessagesClearRecentStickers(&tg.MessagesClearRecentStickersParams{ // Optional fields: // Attached: true, }) if err != nil { // handle error } // result is *tg.Bool