24 lines
689 B
Markdown
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)
|
|
|