type github.com/gotd/td/tg.UpdateMessagePollArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L835: func (s UpdateClassArray) AsUpdateMessagePoll() (to UpdateMessagePollArray) {
tl_update_slices_gen.go#L6119: type UpdateMessagePollArray []UpdateMessagePoll
tl_update_slices_gen.go#L6122: func (s UpdateMessagePollArray) Sort(less func(a, b UpdateMessagePoll) bool) UpdateMessagePollArray {
tl_update_slices_gen.go#L6130: func (s UpdateMessagePollArray) SortStable(less func(a, b UpdateMessagePoll) bool) UpdateMessagePollArray {
tl_update_slices_gen.go#L6138: func (s UpdateMessagePollArray) Retain(keep func(x UpdateMessagePoll) bool) UpdateMessagePollArray {
tl_update_slices_gen.go#L6152: func (s UpdateMessagePollArray) First() (v UpdateMessagePoll, ok bool) {
tl_update_slices_gen.go#L6160: func (s UpdateMessagePollArray) Last() (v UpdateMessagePoll, ok bool) {
tl_update_slices_gen.go#L6168: func (s *UpdateMessagePollArray) PopFirst() (v UpdateMessagePoll, ok bool) {
tl_update_slices_gen.go#L6187: func (s *UpdateMessagePollArray) Pop() (v UpdateMessagePoll, 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. |