MadelineProto/docs/TD_docs/constructors/updateGroup.md

598 B

title description
updateGroup Some data about a group has been changed

Constructor: updateGroup

Back to constructors index

Some data about a group has been changed

Attributes:

Name Type Required Description
group group Yes New data about the group

Type: Update

Example:

$updateGroup = ['_' => 'updateGroup', 'group' => group, ];

Or, if you're into Lua:

updateGroup={_='updateGroup', group=group, }