MadelineProtoDocs/old_docs/API_docs_v46/constructors/updateChannelGroup.md

773 B

title description image
updateChannelGroup Update channel group https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateChannelGroup

Back to constructors index

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}