mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
869 B
869 B
title | description | nav_exclude | image |
---|---|---|---|
chatParticipantsForbidden | Info on members is unavailable | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatParticipantsForbidden
Info on members is unavailable
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | long | Yes | Group ID |
self_participant | ChatParticipant | Optional | Info about the group membership of the current user |
Type: ChatParticipants
Example:
$chatParticipantsForbidden = ['_' => 'chatParticipantsForbidden', 'chat_id' => long, 'self_participant' => ChatParticipant];