Layer 227
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

Update

Gogram Example

// Creating UpdateChatParticipants constructor
obj := &tg.UpdateChatParticipants{
    Participants: &tg.ChatParticipants{},
}