type github.com/gotd/td/tg.PeerChannelArray
12 uses
github.com/gotd/td/tg (current package)
tl_peer_slices_gen.go#L146: func (s PeerClassArray) AsPeerChannel() (to PeerChannelArray) {
tl_peer_slices_gen.go#L323: type PeerChannelArray []PeerChannel
tl_peer_slices_gen.go#L326: func (s PeerChannelArray) Sort(less func(a, b PeerChannel) bool) PeerChannelArray {
tl_peer_slices_gen.go#L334: func (s PeerChannelArray) SortStable(less func(a, b PeerChannel) bool) PeerChannelArray {
tl_peer_slices_gen.go#L342: func (s PeerChannelArray) Retain(keep func(x PeerChannel) bool) PeerChannelArray {
tl_peer_slices_gen.go#L356: func (s PeerChannelArray) First() (v PeerChannel, ok bool) {
tl_peer_slices_gen.go#L364: func (s PeerChannelArray) Last() (v PeerChannel, ok bool) {
tl_peer_slices_gen.go#L372: func (s *PeerChannelArray) PopFirst() (v PeerChannel, ok bool) {
tl_peer_slices_gen.go#L391: func (s *PeerChannelArray) Pop() (v PeerChannel, 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. |