Layer 220
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

Bool

Gogram Example

// MessagesClearRecentStickers - using Params struct
result, err := client.MessagesClearRecentStickers(&tg.MessagesClearRecentStickersParams{

    // Optional fields:
    // Attached: true,
})
if err != nil {
    // handle error
}
// result is *tg.Bool