type github.com/gotd/td/tg.InputPeerChatArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_peer_slices_gen.go#L120: func (s InputPeerClassArray) AsInputPeerChat() (to InputPeerChatArray) {
tl_input_peer_slices_gen.go#L185: type InputPeerChatArray []InputPeerChat
tl_input_peer_slices_gen.go#L188: func (s InputPeerChatArray) Sort(less func(a, b InputPeerChat) bool) InputPeerChatArray {
tl_input_peer_slices_gen.go#L196: func (s InputPeerChatArray) SortStable(less func(a, b InputPeerChat) bool) InputPeerChatArray {
tl_input_peer_slices_gen.go#L204: func (s InputPeerChatArray) Retain(keep func(x InputPeerChat) bool) InputPeerChatArray {
tl_input_peer_slices_gen.go#L218: func (s InputPeerChatArray) First() (v InputPeerChat, ok bool) {
tl_input_peer_slices_gen.go#L226: func (s InputPeerChatArray) Last() (v InputPeerChat, ok bool) {
tl_input_peer_slices_gen.go#L234: func (s *InputPeerChatArray) PopFirst() (v InputPeerChat, ok bool) {
tl_input_peer_slices_gen.go#L253: func (s *InputPeerChatArray) Pop() (v InputPeerChat, 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. |