type github.com/gotd/td/tg.ChannelAdminLogEventActionToggleInvitesArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L172: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionToggleInvites() (to ChannelAdminLogEventActionToggleInvitesArray) {
tl_channel_admin_log_event_action_slices_gen.go#L1033: type ChannelAdminLogEventActionToggleInvitesArray []ChannelAdminLogEventActionToggleInvites
tl_channel_admin_log_event_action_slices_gen.go#L1036: func (s ChannelAdminLogEventActionToggleInvitesArray) Sort(less func(a, b ChannelAdminLogEventActionToggleInvites) bool) ChannelAdminLogEventActionToggleInvitesArray {
tl_channel_admin_log_event_action_slices_gen.go#L1044: func (s ChannelAdminLogEventActionToggleInvitesArray) SortStable(less func(a, b ChannelAdminLogEventActionToggleInvites) bool) ChannelAdminLogEventActionToggleInvitesArray {
tl_channel_admin_log_event_action_slices_gen.go#L1052: func (s ChannelAdminLogEventActionToggleInvitesArray) Retain(keep func(x ChannelAdminLogEventActionToggleInvites) bool) ChannelAdminLogEventActionToggleInvitesArray {
tl_channel_admin_log_event_action_slices_gen.go#L1066: func (s ChannelAdminLogEventActionToggleInvitesArray) First() (v ChannelAdminLogEventActionToggleInvites, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1074: func (s ChannelAdminLogEventActionToggleInvitesArray) Last() (v ChannelAdminLogEventActionToggleInvites, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1082: func (s *ChannelAdminLogEventActionToggleInvitesArray) PopFirst() (v ChannelAdminLogEventActionToggleInvites, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1101: func (s *ChannelAdminLogEventActionToggleInvitesArray) Pop() (v ChannelAdminLogEventActionToggleInvites, 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. |