mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 20:57:48 +01:00
513 B
513 B
title | description |
---|---|
chatParticipantsForbidden | chatParticipantsForbidden attributes, type and example |
Constructor: chatParticipantsForbidden
Attributes:
Name | Type | Required |
---|---|---|
chat_id | int | Required |
Type: ChatParticipants
Example:
$chatParticipantsForbidden = ['_' => 'chatParticipantsForbidden', 'chat_id' => int, ];