type github.com/gotd/td/tg.InputPeerChannelArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_peer_slices_gen.go#L146: func (s InputPeerClassArray) AsInputPeerChannel() (to InputPeerChannelArray) {
tl_input_peer_slices_gen.go#L349: type InputPeerChannelArray []InputPeerChannel
tl_input_peer_slices_gen.go#L352: func (s InputPeerChannelArray) Sort(less func(a, b InputPeerChannel) bool) InputPeerChannelArray {
tl_input_peer_slices_gen.go#L360: func (s InputPeerChannelArray) SortStable(less func(a, b InputPeerChannel) bool) InputPeerChannelArray {
tl_input_peer_slices_gen.go#L368: func (s InputPeerChannelArray) Retain(keep func(x InputPeerChannel) bool) InputPeerChannelArray {
tl_input_peer_slices_gen.go#L382: func (s InputPeerChannelArray) First() (v InputPeerChannel, ok bool) {
tl_input_peer_slices_gen.go#L390: func (s InputPeerChannelArray) Last() (v InputPeerChannel, ok bool) {
tl_input_peer_slices_gen.go#L398: func (s *InputPeerChannelArray) PopFirst() (v InputPeerChannel, ok bool) {
tl_input_peer_slices_gen.go#L417: func (s *InputPeerChannelArray) Pop() (v InputPeerChannel, 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. |