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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L237: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionParticipantInvite() (to ChannelAdminLogEventActionParticipantInviteArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L1508: type ChannelAdminLogEventActionParticipantInviteArray []ChannelAdminLogEventActionParticipantInvite
		tl_channel_admin_log_event_action_slices_gen.go#L1511: func (s ChannelAdminLogEventActionParticipantInviteArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantInvite) bool) ChannelAdminLogEventActionParticipantInviteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1519: func (s ChannelAdminLogEventActionParticipantInviteArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantInvite) bool) ChannelAdminLogEventActionParticipantInviteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1527: func (s ChannelAdminLogEventActionParticipantInviteArray) Retain(keep func(x ChannelAdminLogEventActionParticipantInvite) bool) ChannelAdminLogEventActionParticipantInviteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1541: func (s ChannelAdminLogEventActionParticipantInviteArray) First() (v ChannelAdminLogEventActionParticipantInvite, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1549: func (s ChannelAdminLogEventActionParticipantInviteArray) Last() (v ChannelAdminLogEventActionParticipantInvite, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1557: func (s *ChannelAdminLogEventActionParticipantInviteArray) PopFirst() (v ChannelAdminLogEventActionParticipantInvite, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1576: func (s *ChannelAdminLogEventActionParticipantInviteArray) Pop() (v ChannelAdminLogEventActionParticipantInvite, ok bool) {