1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:46:55 +01:00
MadelineProto/docs/TD_docs/methods/setChannelStickerSet.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

689 B

title description
setChannelStickerSet Changes sticker set of the channel. Needs appropriate rights in the channel

Method: setChannelStickerSet

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Changes sticker set of the channel. Needs appropriate rights in the channel

Params:

Name Type Required Description
channel_id int Yes Identifier of the channel
sticker_set_id int64 Yes New value of channel sticker set identifier. Use 0 to remove channel sticker set

Return type: Ok