channels.setDiscussionGroup
Associate a group to a channel as discussion group for that channel
Authorization
bearerAuth In: header
Path Parameters
Workspace ID
Telegram account ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Associate a group to a channel as discussion group for that channel
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/channels.setDiscussionGroup" \ -H "Content-Type: application/json" \ -d '{ "params": { "broadcast": { "_": "inputChannelEmpty" }, "group": { "_": "inputChannelEmpty" } } }'{ "result": true}setBoostsToUnblockRestrictions
Admins with `RawChatAdminRights` may allow users that apply a certain number of [booosts »](https://core.telegram.org/api/boost) to the group to bypass `channels.RawToggleSlowModeRequest` and [other »](https://core.telegram.org/api/rights#default-rights) supergroup restrictions, see [here »](https://core.telegram.org/api/boost#bypass-slowmode-and-chat-restrictions) for more info.
setEmojiStickers
Set a [custom emoji stickerset](https://core.telegram.org/api/custom-emoji) for supergroups. Only usable after reaching at least the [boost level »](https://core.telegram.org/api/boost) specified in the [group_emoji_stickers_level_min »](https://core.telegram.org/api/config#group-emoji-stickers-level-min) config parameter.