773 B
773 B
title | description | image |
---|---|---|
updateChannelGroup | Update channel group | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateChannelGroup
Update channel group
Attributes:
Name | Type | Required | Description |
---|---|---|---|
channel_id | int | Yes | Channel ID |
group | MessageGroup | Yes | Group |
Type: Update
Example:
$updateChannelGroup = ['_' => 'updateChannelGroup', 'channel_id' => int, 'group' => MessageGroup];
Or, if you're into Lua:
updateChannelGroup={_='updateChannelGroup', channel_id=int, group=MessageGroup}