MadelineProtoDocs/docs/TD_docs/methods/setChannelStickerSet.md

25 lines
770 B
Markdown

---
title: setChannelStickerSet
description: Changes sticker set of the channel. Needs appropriate rights in the channel
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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
### Parameters:
| Name | Type | Description | Required |
|----------|---------------|-------------|----------|
|channel\_id|[int](../types/int.md) | Identifier of the channel | Yes|
|sticker\_set\_id|[int64](../constructors/int64.md) | New value of channel sticker set identifier. Use 0 to remove channel sticker set | Yes|
### Return type: [Ok](../types/Ok.md)