mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
998 B
998 B
title | description | nav_exclude | image |
---|---|---|---|
updateChatDefaultBannedRights | Default banned rights in a normal chat were updated | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateChatDefaultBannedRights
Default banned rights in a normal chat were updated
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | The chat |
default_banned_rights | ChatBannedRights | Yes | New default banned rights |
version | int | Yes | Version |
Type: Update
Example:
$updateChatDefaultBannedRights = ['_' => 'updateChatDefaultBannedRights', 'peer' => long, 'default_banned_rights' => ChatBannedRights, 'version' => int];