type github.com/gotd/td/tg.ChannelAdminLogEventActionStopPollArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L315: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionStopPoll() (to ChannelAdminLogEventActionStopPollArray) {
tl_channel_admin_log_event_action_slices_gen.go#L1935: type ChannelAdminLogEventActionStopPollArray []ChannelAdminLogEventActionStopPoll
tl_channel_admin_log_event_action_slices_gen.go#L1938: func (s ChannelAdminLogEventActionStopPollArray) Sort(less func(a, b ChannelAdminLogEventActionStopPoll) bool) ChannelAdminLogEventActionStopPollArray {
tl_channel_admin_log_event_action_slices_gen.go#L1946: func (s ChannelAdminLogEventActionStopPollArray) SortStable(less func(a, b ChannelAdminLogEventActionStopPoll) bool) ChannelAdminLogEventActionStopPollArray {
tl_channel_admin_log_event_action_slices_gen.go#L1954: func (s ChannelAdminLogEventActionStopPollArray) Retain(keep func(x ChannelAdminLogEventActionStopPoll) bool) ChannelAdminLogEventActionStopPollArray {
tl_channel_admin_log_event_action_slices_gen.go#L1968: func (s ChannelAdminLogEventActionStopPollArray) First() (v ChannelAdminLogEventActionStopPoll, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1976: func (s ChannelAdminLogEventActionStopPollArray) Last() (v ChannelAdminLogEventActionStopPoll, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1984: func (s *ChannelAdminLogEventActionStopPollArray) PopFirst() (v ChannelAdminLogEventActionStopPoll, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2003: func (s *ChannelAdminLogEventActionStopPollArray) Pop() (v ChannelAdminLogEventActionStopPoll, 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. |