type github.com/gotd/td/tg.ChannelAdminLogEventActionParticipantToggleAdminArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L263: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionParticipantToggleAdmin() (to ChannelAdminLogEventActionParticipantToggleAdminArray) {
tl_channel_admin_log_event_action_slices_gen.go#L1607: type ChannelAdminLogEventActionParticipantToggleAdminArray []ChannelAdminLogEventActionParticipantToggleAdmin
tl_channel_admin_log_event_action_slices_gen.go#L1610: func (s ChannelAdminLogEventActionParticipantToggleAdminArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantToggleAdmin) bool) ChannelAdminLogEventActionParticipantToggleAdminArray {
tl_channel_admin_log_event_action_slices_gen.go#L1618: func (s ChannelAdminLogEventActionParticipantToggleAdminArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantToggleAdmin) bool) ChannelAdminLogEventActionParticipantToggleAdminArray {
tl_channel_admin_log_event_action_slices_gen.go#L1626: func (s ChannelAdminLogEventActionParticipantToggleAdminArray) Retain(keep func(x ChannelAdminLogEventActionParticipantToggleAdmin) bool) ChannelAdminLogEventActionParticipantToggleAdminArray {
tl_channel_admin_log_event_action_slices_gen.go#L1640: func (s ChannelAdminLogEventActionParticipantToggleAdminArray) First() (v ChannelAdminLogEventActionParticipantToggleAdmin, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1648: func (s ChannelAdminLogEventActionParticipantToggleAdminArray) Last() (v ChannelAdminLogEventActionParticipantToggleAdmin, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1656: func (s *ChannelAdminLogEventActionParticipantToggleAdminArray) PopFirst() (v ChannelAdminLogEventActionParticipantToggleAdmin, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1675: func (s *ChannelAdminLogEventActionParticipantToggleAdminArray) Pop() (v ChannelAdminLogEventActionParticipantToggleAdmin, 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. |