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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L510: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionParticipantJoinByRequest() (to ChannelAdminLogEventActionParticipantJoinByRequestArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L3165: type ChannelAdminLogEventActionParticipantJoinByRequestArray []ChannelAdminLogEventActionParticipantJoinByRequest
		tl_channel_admin_log_event_action_slices_gen.go#L3168: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantJoinByRequest) bool) ChannelAdminLogEventActionParticipantJoinByRequestArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3176: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantJoinByRequest) bool) ChannelAdminLogEventActionParticipantJoinByRequestArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3184: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) Retain(keep func(x ChannelAdminLogEventActionParticipantJoinByRequest) bool) ChannelAdminLogEventActionParticipantJoinByRequestArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3198: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) First() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3206: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) Last() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3214: func (s *ChannelAdminLogEventActionParticipantJoinByRequestArray) PopFirst() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3233: func (s *ChannelAdminLogEventActionParticipantJoinByRequestArray) Pop() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {