mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:46:55 +01:00
689 B
689 B
title | description |
---|---|
setChannelStickerSet | Changes sticker set of the channel. Needs appropriate rights in the channel |
Method: setChannelStickerSet
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 |