type github.com/gotd/td/tg.ChannelParticipantClass

61 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L1640: 	Participant ChannelParticipantClass
		tl_channel_admin_log_event_action_gen.go#L1683: 	GetParticipant() (value ChannelParticipantClass)
		tl_channel_admin_log_event_action_gen.go#L1769: func (c *ChannelAdminLogEventActionParticipantInvite) GetParticipant() (value ChannelParticipantClass) {
		tl_channel_admin_log_event_action_gen.go#L1785: 	PrevParticipant ChannelParticipantClass
		tl_channel_admin_log_event_action_gen.go#L1787: 	NewParticipant ChannelParticipantClass
		tl_channel_admin_log_event_action_gen.go#L1833: 	GetPrevParticipant() (value ChannelParticipantClass)
		tl_channel_admin_log_event_action_gen.go#L1834: 	GetNewParticipant() (value ChannelParticipantClass)
		tl_channel_admin_log_event_action_gen.go#L1938: func (c *ChannelAdminLogEventActionParticipantToggleBan) GetPrevParticipant() (value ChannelParticipantClass) {
		tl_channel_admin_log_event_action_gen.go#L1946: func (c *ChannelAdminLogEventActionParticipantToggleBan) GetNewParticipant() (value ChannelParticipantClass) {
		tl_channel_admin_log_event_action_gen.go#L1962: 	PrevParticipant ChannelParticipantClass
		tl_channel_admin_log_event_action_gen.go#L1964: 	NewParticipant ChannelParticipantClass
		tl_channel_admin_log_event_action_gen.go#L2010: 	GetPrevParticipant() (value ChannelParticipantClass)
		tl_channel_admin_log_event_action_gen.go#L2011: 	GetNewParticipant() (value ChannelParticipantClass)
		tl_channel_admin_log_event_action_gen.go#L2115: func (c *ChannelAdminLogEventActionParticipantToggleAdmin) GetPrevParticipant() (value ChannelParticipantClass) {
		tl_channel_admin_log_event_action_gen.go#L2123: func (c *ChannelAdminLogEventActionParticipantToggleAdmin) GetNewParticipant() (value ChannelParticipantClass) {
		tl_channel_admin_log_event_action_gen.go#L7751: 	PrevParticipant ChannelParticipantClass
		tl_channel_admin_log_event_action_gen.go#L7753: 	NewParticipant ChannelParticipantClass
		tl_channel_admin_log_event_action_gen.go#L7799: 	GetPrevParticipant() (value ChannelParticipantClass)
		tl_channel_admin_log_event_action_gen.go#L7800: 	GetNewParticipant() (value ChannelParticipantClass)
		tl_channel_admin_log_event_action_gen.go#L7904: func (c *ChannelAdminLogEventActionParticipantSubExtend) GetPrevParticipant() (value ChannelParticipantClass) {
		tl_channel_admin_log_event_action_gen.go#L7912: func (c *ChannelAdminLogEventActionParticipantSubExtend) GetNewParticipant() (value ChannelParticipantClass) {
		tl_channel_participant_gen.go#L69: func (c ChannelParticipant) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L78: 	_ ChannelParticipantClass = &ChannelParticipant{}
		tl_channel_participant_gen.go#L359: func (c ChannelParticipantSelf) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L368: 	_ ChannelParticipantClass = &ChannelParticipantSelf{}
		tl_channel_participant_gen.go#L695: func (c ChannelParticipantCreator) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L704: 	_ ChannelParticipantClass = &ChannelParticipantCreator{}
		tl_channel_participant_gen.go#L944: func (c ChannelParticipantAdmin) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L953: 	_ ChannelParticipantClass = &ChannelParticipantAdmin{}
		tl_channel_participant_gen.go#L1347: func (c ChannelParticipantBanned) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L1356: 	_ ChannelParticipantClass = &ChannelParticipantBanned{}
		tl_channel_participant_gen.go#L1655: func (c ChannelParticipantLeft) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L1664: 	_ ChannelParticipantClass = &ChannelParticipantLeft{}
		tl_channel_participant_gen.go#L1812: type ChannelParticipantClass interface {
		tl_channel_participant_gen.go#L1817: 	construct() ChannelParticipantClass
		tl_channel_participant_gen.go#L1832: func DecodeChannelParticipant(buf *bin.Buffer) (ChannelParticipantClass, error) {
		tl_channel_participant_gen.go#L1887: 	ChannelParticipant ChannelParticipantClass
		tl_channel_participant_slices_gen.go#L38: type ChannelParticipantClassArray []ChannelParticipantClass
		tl_channel_participant_slices_gen.go#L41: func (s ChannelParticipantClassArray) Sort(less func(a, b ChannelParticipantClass) bool) ChannelParticipantClassArray {
		tl_channel_participant_slices_gen.go#L49: func (s ChannelParticipantClassArray) SortStable(less func(a, b ChannelParticipantClass) bool) ChannelParticipantClassArray {
		tl_channel_participant_slices_gen.go#L57: func (s ChannelParticipantClassArray) Retain(keep func(x ChannelParticipantClass) bool) ChannelParticipantClassArray {
		tl_channel_participant_slices_gen.go#L71: func (s ChannelParticipantClassArray) First() (v ChannelParticipantClass, ok bool) {
		tl_channel_participant_slices_gen.go#L79: func (s ChannelParticipantClassArray) Last() (v ChannelParticipantClass, ok bool) {
		tl_channel_participant_slices_gen.go#L87: func (s *ChannelParticipantClassArray) PopFirst() (v ChannelParticipantClass, ok bool) {
		tl_channel_participant_slices_gen.go#L97: 	var zero ChannelParticipantClass
		tl_channel_participant_slices_gen.go#L106: func (s *ChannelParticipantClassArray) Pop() (v ChannelParticipantClass, ok bool) {
		tl_channels_channel_participant_gen.go#L40: 	Participant ChannelParticipantClass
		tl_channels_channel_participant_gen.go#L86: 	GetParticipant() (value ChannelParticipantClass)
		tl_channels_channel_participant_gen.go#L236: func (c *ChannelsChannelParticipant) GetParticipant() (value ChannelParticipantClass) {
		tl_channels_channel_participants_gen.go#L42: 	Participants []ChannelParticipantClass
		tl_channels_channel_participants_gen.go#L97: 	GetParticipants() (value []ChannelParticipantClass)
		tl_channels_channel_participants_gen.go#L225: 			c.Participants = make([]ChannelParticipantClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_channel_participants_gen.go#L281: func (c *ChannelsChannelParticipants) GetParticipants() (value []ChannelParticipantClass) {
		tl_update_gen.go#L19024: 	PrevParticipant ChannelParticipantClass
		tl_update_gen.go#L19028: 	NewParticipant ChannelParticipantClass
		tl_update_gen.go#L19113: 	GetPrevParticipant() (value ChannelParticipantClass, ok bool)
		tl_update_gen.go#L19114: 	GetNewParticipant() (value ChannelParticipantClass, ok bool)
		tl_update_gen.go#L19404: func (u *UpdateChannelParticipant) SetPrevParticipant(value ChannelParticipantClass) {
		tl_update_gen.go#L19411: func (u *UpdateChannelParticipant) GetPrevParticipant() (value ChannelParticipantClass, ok bool) {
		tl_update_gen.go#L19422: func (u *UpdateChannelParticipant) SetNewParticipant(value ChannelParticipantClass) {
		tl_update_gen.go#L19429: func (u *UpdateChannelParticipant) GetNewParticipant() (value ChannelParticipantClass, ok bool) {