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#L3230: type ChannelAdminLogEventActionParticipantJoinByRequestArray []ChannelAdminLogEventActionParticipantJoinByRequest
		tl_channel_admin_log_event_action_slices_gen.go#L3233: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantJoinByRequest) bool) ChannelAdminLogEventActionParticipantJoinByRequestArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3241: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantJoinByRequest) bool) ChannelAdminLogEventActionParticipantJoinByRequestArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3249: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) Retain(keep func(x ChannelAdminLogEventActionParticipantJoinByRequest) bool) ChannelAdminLogEventActionParticipantJoinByRequestArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3263: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) First() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3271: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) Last() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3279: func (s *ChannelAdminLogEventActionParticipantJoinByRequestArray) PopFirst() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3298: func (s *ChannelAdminLogEventActionParticipantJoinByRequestArray) Pop() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {