Layer 220
UpdateChatParticipants
Composition of chat participants changed.
constructor
updateChatParticipants#7761198 participants:ChatParticipants = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Participants | ChatParticipants | Updated chat participants |
Returns
UpdateGogram Example
// Creating UpdateChatParticipants constructor obj := &tg.UpdateChatParticipants{ Participants: &tg.ChatParticipants{}, }