Layer 220
method Users

Parameters

Name Type Description
Channel InputChannel The supergroup
Stickerset InputStickerSet The custom emoji stickerset to associate to the supergroup

Returns

Bool

Possible Errors

Code Type Description
400 CHANNEL_INVALID The provided channel is invalid.

Gogram Example

// ChannelsSetEmojiStickers - positional arguments
result, err := client.ChannelsSetEmojiStickers(&tg.InputChannel{ChannelID: int64(123456789), AccessHash: int64(0)}, &tg.InputStickerSet{})
if err != nil {
    // handle error
}
// result is *tg.Bool