type github.com/gotd/td/tg.RequestPeerTypeUserArray
12 uses
github.com/gotd/td/tg (current package)
tl_request_peer_type_slices_gen.go#L120: func (s RequestPeerTypeClassArray) AsRequestPeerTypeUser() (to RequestPeerTypeUserArray) {
tl_request_peer_type_slices_gen.go#L172: type RequestPeerTypeUserArray []RequestPeerTypeUser
tl_request_peer_type_slices_gen.go#L175: func (s RequestPeerTypeUserArray) Sort(less func(a, b RequestPeerTypeUser) bool) RequestPeerTypeUserArray {
tl_request_peer_type_slices_gen.go#L183: func (s RequestPeerTypeUserArray) SortStable(less func(a, b RequestPeerTypeUser) bool) RequestPeerTypeUserArray {
tl_request_peer_type_slices_gen.go#L191: func (s RequestPeerTypeUserArray) Retain(keep func(x RequestPeerTypeUser) bool) RequestPeerTypeUserArray {
tl_request_peer_type_slices_gen.go#L205: func (s RequestPeerTypeUserArray) First() (v RequestPeerTypeUser, ok bool) {
tl_request_peer_type_slices_gen.go#L213: func (s RequestPeerTypeUserArray) Last() (v RequestPeerTypeUser, ok bool) {
tl_request_peer_type_slices_gen.go#L221: func (s *RequestPeerTypeUserArray) PopFirst() (v RequestPeerTypeUser, ok bool) {
tl_request_peer_type_slices_gen.go#L240: func (s *RequestPeerTypeUserArray) Pop() (v RequestPeerTypeUser, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |