Layer 228
method Users
messages.toggleStickerSets#b5052fea flags:# uninstall:flags.0?true archive:flags.1?true unarchive:flags.2?true stickersets:Vector<InputStickerSet> = Bool;

Parameters

Name Type Description
Uninstall flags .0? true Uninstall the specified stickersets
Archive flags .1? true Archive the specified stickersets
Unarchive flags .2? true Unarchive the specified stickersets
Stickersets Vector<InputStickerSet> Stickersets to act upon

Returns

Bool

Gogram Example

// MessagesToggleStickerSets - positional arguments
result, err := client.MessagesToggleStickerSets(nil, nil, nil, []tg.InputStickerSet{&tg.InputStickerSetAnimatedEmoji{}})
if err != nil {
    // handle error
}
// result is *tg.Bool