type github.com/gotd/td/tg.RequestPeerTypeChatArray
12 uses
github.com/gotd/td/tg (current package)
tl_request_peer_type_slices_gen.go#L133: func (s RequestPeerTypeClassArray) AsRequestPeerTypeChat() (to RequestPeerTypeChatArray) {
tl_request_peer_type_slices_gen.go#L241: type RequestPeerTypeChatArray []RequestPeerTypeChat
tl_request_peer_type_slices_gen.go#L244: func (s RequestPeerTypeChatArray) Sort(less func(a, b RequestPeerTypeChat) bool) RequestPeerTypeChatArray {
tl_request_peer_type_slices_gen.go#L252: func (s RequestPeerTypeChatArray) SortStable(less func(a, b RequestPeerTypeChat) bool) RequestPeerTypeChatArray {
tl_request_peer_type_slices_gen.go#L260: func (s RequestPeerTypeChatArray) Retain(keep func(x RequestPeerTypeChat) bool) RequestPeerTypeChatArray {
tl_request_peer_type_slices_gen.go#L274: func (s RequestPeerTypeChatArray) First() (v RequestPeerTypeChat, ok bool) {
tl_request_peer_type_slices_gen.go#L282: func (s RequestPeerTypeChatArray) Last() (v RequestPeerTypeChat, ok bool) {
tl_request_peer_type_slices_gen.go#L290: func (s *RequestPeerTypeChatArray) PopFirst() (v RequestPeerTypeChat, ok bool) {
tl_request_peer_type_slices_gen.go#L309: func (s *RequestPeerTypeChatArray) Pop() (v RequestPeerTypeChat, 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. |