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

55 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_participant_gen.go#L49: func (c ChannelParticipant) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L58: 	_ ChannelParticipantClass = &ChannelParticipant{}
		tl_channel_participant_gen.go#L220: func (c ChannelParticipantSelf) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L229: 	_ ChannelParticipantClass = &ChannelParticipantSelf{}
		tl_channel_participant_gen.go#L466: func (c ChannelParticipantCreator) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L475: 	_ ChannelParticipantClass = &ChannelParticipantCreator{}
		tl_channel_participant_gen.go#L712: func (c ChannelParticipantAdmin) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L721: 	_ ChannelParticipantClass = &ChannelParticipantAdmin{}
		tl_channel_participant_gen.go#L1108: func (c ChannelParticipantBanned) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L1117: 	_ ChannelParticipantClass = &ChannelParticipantBanned{}
		tl_channel_participant_gen.go#L1372: func (c ChannelParticipantLeft) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L1381: 	_ ChannelParticipantClass = &ChannelParticipantLeft{}
		tl_channel_participant_gen.go#L1521: type ChannelParticipantClass interface {
		tl_channel_participant_gen.go#L1526: 	construct() ChannelParticipantClass
		tl_channel_participant_gen.go#L1541: func DecodeChannelParticipant(buf *bin.Buffer) (ChannelParticipantClass, error) {
		tl_channel_participant_gen.go#L1596: 	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#L18289: 	PrevParticipant ChannelParticipantClass
		tl_update_gen.go#L18293: 	NewParticipant ChannelParticipantClass
		tl_update_gen.go#L18378: 	GetPrevParticipant() (value ChannelParticipantClass, ok bool)
		tl_update_gen.go#L18379: 	GetNewParticipant() (value ChannelParticipantClass, ok bool)
		tl_update_gen.go#L18669: func (u *UpdateChannelParticipant) SetPrevParticipant(value ChannelParticipantClass) {
		tl_update_gen.go#L18676: func (u *UpdateChannelParticipant) GetPrevParticipant() (value ChannelParticipantClass, ok bool) {
		tl_update_gen.go#L18687: func (u *UpdateChannelParticipant) SetNewParticipant(value ChannelParticipantClass) {
		tl_update_gen.go#L18694: func (u *UpdateChannelParticipant) GetNewParticipant() (value ChannelParticipantClass, ok bool) {