type github.com/gotd/td/tg.ChannelAdminLogEventActionDiscardGroupCallArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L380: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionDiscardGroupCall() (to ChannelAdminLogEventActionDiscardGroupCallArray) {
tl_channel_admin_log_event_action_slices_gen.go#L2345: type ChannelAdminLogEventActionDiscardGroupCallArray []ChannelAdminLogEventActionDiscardGroupCall
tl_channel_admin_log_event_action_slices_gen.go#L2348: func (s ChannelAdminLogEventActionDiscardGroupCallArray) Sort(less func(a, b ChannelAdminLogEventActionDiscardGroupCall) bool) ChannelAdminLogEventActionDiscardGroupCallArray {
tl_channel_admin_log_event_action_slices_gen.go#L2356: func (s ChannelAdminLogEventActionDiscardGroupCallArray) SortStable(less func(a, b ChannelAdminLogEventActionDiscardGroupCall) bool) ChannelAdminLogEventActionDiscardGroupCallArray {
tl_channel_admin_log_event_action_slices_gen.go#L2364: func (s ChannelAdminLogEventActionDiscardGroupCallArray) Retain(keep func(x ChannelAdminLogEventActionDiscardGroupCall) bool) ChannelAdminLogEventActionDiscardGroupCallArray {
tl_channel_admin_log_event_action_slices_gen.go#L2378: func (s ChannelAdminLogEventActionDiscardGroupCallArray) First() (v ChannelAdminLogEventActionDiscardGroupCall, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2386: func (s ChannelAdminLogEventActionDiscardGroupCallArray) Last() (v ChannelAdminLogEventActionDiscardGroupCall, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2394: func (s *ChannelAdminLogEventActionDiscardGroupCallArray) PopFirst() (v ChannelAdminLogEventActionDiscardGroupCall, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2413: func (s *ChannelAdminLogEventActionDiscardGroupCallArray) Pop() (v ChannelAdminLogEventActionDiscardGroupCall, 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. |