Layer 227
Type

Gogram Example

// ChatParticipant is an interface type
// You can use any of the following constructors:
var _ tg.ChatParticipant = &tg.ChatParticipant{}
var _ tg.ChatParticipant = &tg.ChatParticipantAdmin{}
var _ tg.ChatParticipant = &tg.ChatParticipantCreator{}