Layer 227
method Users
messages.clearRecentStickers#8999602d flags:# attached:flags.0?true = Bool;

Parameters

Name Type Description
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 - positional arguments
result, err := client.MessagesClearRecentStickers(nil)
if err != nil {
    // handle error
}
// result is *tg.Bool