Layer 220
Type

Gogram Example

// ChannelParticipant is an interface type
// You can use any of the following constructors:
var _ tg.ChannelParticipant = &tg.ChannelParticipantSelf{}
var _ tg.ChannelParticipant = &tg.ChannelParticipantCreator{}
var _ tg.ChannelParticipant = &tg.ChannelParticipant{}
var _ tg.ChannelParticipant = &tg.ChannelParticipantAdmin{}
var _ tg.ChannelParticipant = &tg.ChannelParticipantBanned{}
// ... and 1 more constructors