Raw.channels.SetEmojiStickers
Set a custom emoji stickerset for supergroups. only usable after reaching at least the boost level specified in the groupEmojiStickersLevelMin config parameter.
channels.setEmojiStickers#3cd930b7 channel:InputChannel stickerset:InputStickerSet = Bool;
export namespace Raw {
export namespace channels {
export class SetEmojiStickers {
constructor(params: { channel: Raw.TypeInputChannel; stickerset: Raw.TypeInputStickerSet }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x3cd930b7
Property
channel
: Raw.TypeInputChannelThe supergroup
stickerset
: Raw.TypeInputStickerSetThe custom emoji stickerset to associate to the supergroup