MadelineProto/docs/TD_docs/methods/setChannelStickerSet.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

24 lines
689 B
Markdown

---
title: setChannelStickerSet
description: Changes sticker set of the channel. Needs appropriate rights in the channel
---
## Method: setChannelStickerSet
[Back to methods index](index.md)
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](../types/int.md) | Yes|Identifier of the channel|
|sticker\_set\_id|[int64](../constructors/int64.md) | Yes|New value of channel sticker set identifier. Use 0 to remove channel sticker set|
### Return type: [Ok](../types/Ok.md)