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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L757: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionParticipantEditRank() (to ChannelAdminLogEventActionParticipantEditRankArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L4788: type ChannelAdminLogEventActionParticipantEditRankArray []ChannelAdminLogEventActionParticipantEditRank
		tl_channel_admin_log_event_action_slices_gen.go#L4791: func (s ChannelAdminLogEventActionParticipantEditRankArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantEditRank) bool) ChannelAdminLogEventActionParticipantEditRankArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4799: func (s ChannelAdminLogEventActionParticipantEditRankArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantEditRank) bool) ChannelAdminLogEventActionParticipantEditRankArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4807: func (s ChannelAdminLogEventActionParticipantEditRankArray) Retain(keep func(x ChannelAdminLogEventActionParticipantEditRank) bool) ChannelAdminLogEventActionParticipantEditRankArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4821: func (s ChannelAdminLogEventActionParticipantEditRankArray) First() (v ChannelAdminLogEventActionParticipantEditRank, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4829: func (s ChannelAdminLogEventActionParticipantEditRankArray) Last() (v ChannelAdminLogEventActionParticipantEditRank, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4837: func (s *ChannelAdminLogEventActionParticipantEditRankArray) PopFirst() (v ChannelAdminLogEventActionParticipantEditRank, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4856: func (s *ChannelAdminLogEventActionParticipantEditRankArray) Pop() (v ChannelAdminLogEventActionParticipantEditRank, ok bool) {