Layer 220
constructor
updateChatParticipants#7761198 participants:ChatParticipants = Update;

Parameters

Name Type Description
Participants ChatParticipants Updated chat participants

Returns

Update

Gogram Example

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