Constructor: communities.participantJoinedChats
Attributes:
| Name | Type | Required |
|---|---|---|
| creator_chat_ids | Array of long | Yes |
| joined_chat_ids | Array of long | Yes |
| chats | Array of Chat | Yes |
| users | Array of User | Yes |
Type: communities.ParticipantJoinedChats
Example:
$communities_participantJoinedChats = ['_' => 'communities.participantJoinedChats', 'creator_chat_ids' => [long, long], 'joined_chat_ids' => [long, long], 'chats' => [Chat, Chat], 'users' => [User, User]];