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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |