Layer 227
UpdateChatParticipants
The participants of a basic group changed.
constructor
updateChatParticipants#7761198 participants:ChatParticipants = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Participants | ChatParticipants | Updated chat participants (also contains the version used to deduplicate/update outdated chat information as specified here ). |
Returns
UpdateGogram Example
// Creating UpdateChatParticipants constructor obj := &tg.UpdateChatParticipants{ Participants: &tg.ChatParticipants{}, }