type github.com/gotd/td/tg.UpdateMessagePollVoteArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L952: func (s UpdateClassArray) AsUpdateMessagePollVote() (to UpdateMessagePollVoteArray) {
tl_update_slices_gen.go#L6857: type UpdateMessagePollVoteArray []UpdateMessagePollVote
tl_update_slices_gen.go#L6860: func (s UpdateMessagePollVoteArray) Sort(less func(a, b UpdateMessagePollVote) bool) UpdateMessagePollVoteArray {
tl_update_slices_gen.go#L6868: func (s UpdateMessagePollVoteArray) SortStable(less func(a, b UpdateMessagePollVote) bool) UpdateMessagePollVoteArray {
tl_update_slices_gen.go#L6876: func (s UpdateMessagePollVoteArray) Retain(keep func(x UpdateMessagePollVote) bool) UpdateMessagePollVoteArray {
tl_update_slices_gen.go#L6890: func (s UpdateMessagePollVoteArray) First() (v UpdateMessagePollVote, ok bool) {
tl_update_slices_gen.go#L6898: func (s UpdateMessagePollVoteArray) Last() (v UpdateMessagePollVote, ok bool) {
tl_update_slices_gen.go#L6906: func (s *UpdateMessagePollVoteArray) PopFirst() (v UpdateMessagePollVote, ok bool) {
tl_update_slices_gen.go#L6925: func (s *UpdateMessagePollVoteArray) Pop() (v UpdateMessagePollVote, 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. |