type github.com/gotd/td/tg.MessagePeerVoteMultipleArray
16 uses
github.com/gotd/td/tg (current package)
tl_message_peer_vote_slices_gen.go#L160: func (s MessagePeerVoteClassArray) AsMessagePeerVoteMultiple() (to MessagePeerVoteMultipleArray) {
tl_message_peer_vote_slices_gen.go#L365: type MessagePeerVoteMultipleArray []MessagePeerVoteMultiple
tl_message_peer_vote_slices_gen.go#L368: func (s MessagePeerVoteMultipleArray) Sort(less func(a, b MessagePeerVoteMultiple) bool) MessagePeerVoteMultipleArray {
tl_message_peer_vote_slices_gen.go#L376: func (s MessagePeerVoteMultipleArray) SortStable(less func(a, b MessagePeerVoteMultiple) bool) MessagePeerVoteMultipleArray {
tl_message_peer_vote_slices_gen.go#L384: func (s MessagePeerVoteMultipleArray) Retain(keep func(x MessagePeerVoteMultiple) bool) MessagePeerVoteMultipleArray {
tl_message_peer_vote_slices_gen.go#L398: func (s MessagePeerVoteMultipleArray) First() (v MessagePeerVoteMultiple, ok bool) {
tl_message_peer_vote_slices_gen.go#L406: func (s MessagePeerVoteMultipleArray) Last() (v MessagePeerVoteMultiple, ok bool) {
tl_message_peer_vote_slices_gen.go#L414: func (s *MessagePeerVoteMultipleArray) PopFirst() (v MessagePeerVoteMultiple, ok bool) {
tl_message_peer_vote_slices_gen.go#L433: func (s *MessagePeerVoteMultipleArray) Pop() (v MessagePeerVoteMultiple, ok bool) {
tl_message_peer_vote_slices_gen.go#L447: func (s MessagePeerVoteMultipleArray) SortByDate() MessagePeerVoteMultipleArray {
tl_message_peer_vote_slices_gen.go#L454: func (s MessagePeerVoteMultipleArray) SortStableByDate() MessagePeerVoteMultipleArray {
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. |