type github.com/gotd/td/tg.MessagePeerVoteArray
16 uses
github.com/gotd/td/tg (current package)
tl_message_peer_vote_slices_gen.go#L134: func (s MessagePeerVoteClassArray) AsMessagePeerVote() (to MessagePeerVoteArray) {
tl_message_peer_vote_slices_gen.go#L173: type MessagePeerVoteArray []MessagePeerVote
tl_message_peer_vote_slices_gen.go#L176: func (s MessagePeerVoteArray) Sort(less func(a, b MessagePeerVote) bool) MessagePeerVoteArray {
tl_message_peer_vote_slices_gen.go#L184: func (s MessagePeerVoteArray) SortStable(less func(a, b MessagePeerVote) bool) MessagePeerVoteArray {
tl_message_peer_vote_slices_gen.go#L192: func (s MessagePeerVoteArray) Retain(keep func(x MessagePeerVote) bool) MessagePeerVoteArray {
tl_message_peer_vote_slices_gen.go#L206: func (s MessagePeerVoteArray) First() (v MessagePeerVote, ok bool) {
tl_message_peer_vote_slices_gen.go#L214: func (s MessagePeerVoteArray) Last() (v MessagePeerVote, ok bool) {
tl_message_peer_vote_slices_gen.go#L222: func (s *MessagePeerVoteArray) PopFirst() (v MessagePeerVote, ok bool) {
tl_message_peer_vote_slices_gen.go#L241: func (s *MessagePeerVoteArray) Pop() (v MessagePeerVote, ok bool) {
tl_message_peer_vote_slices_gen.go#L255: func (s MessagePeerVoteArray) SortByDate() MessagePeerVoteArray {
tl_message_peer_vote_slices_gen.go#L262: func (s MessagePeerVoteArray) SortStableByDate() MessagePeerVoteArray {
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. |