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#L1443: type ChannelAdminLogEventActionParticipantInviteArray []ChannelAdminLogEventActionParticipantInvite
		tl_channel_admin_log_event_action_slices_gen.go#L1446: func (s ChannelAdminLogEventActionParticipantInviteArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantInvite) bool) ChannelAdminLogEventActionParticipantInviteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1454: func (s ChannelAdminLogEventActionParticipantInviteArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantInvite) bool) ChannelAdminLogEventActionParticipantInviteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1462: func (s ChannelAdminLogEventActionParticipantInviteArray) Retain(keep func(x ChannelAdminLogEventActionParticipantInvite) bool) ChannelAdminLogEventActionParticipantInviteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1476: func (s ChannelAdminLogEventActionParticipantInviteArray) First() (v ChannelAdminLogEventActionParticipantInvite, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1484: func (s ChannelAdminLogEventActionParticipantInviteArray) Last() (v ChannelAdminLogEventActionParticipantInvite, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1492: func (s *ChannelAdminLogEventActionParticipantInviteArray) PopFirst() (v ChannelAdminLogEventActionParticipantInvite, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1511: func (s *ChannelAdminLogEventActionParticipantInviteArray) Pop() (v ChannelAdminLogEventActionParticipantInvite, ok bool) {