1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 23:06:54 +01:00
MadelineProto/docs/TD_docs/methods/setChannelStickerSet.md

24 lines
711 B
Markdown
Raw Normal View History

2017-12-21 21:08:25 +01:00
---
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
### Parameters:
2017-12-21 21:08:25 +01:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|channel\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the channel|
|sticker\_set\_id|[CLICK ME int64](../constructors/int64.md) | Yes|New value of channel sticker set identifier. Use 0 to remove channel sticker set|
2017-12-21 21:08:25 +01:00
### Return type: [Ok](../types/Ok.md)