type github.com/gotd/td/tg.UpdateChannelArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L445: func (s UpdateClassArray) AsUpdateChannel() (to UpdateChannelArray) {
tl_update_slices_gen.go#L3631: type UpdateChannelArray []UpdateChannel
tl_update_slices_gen.go#L3634: func (s UpdateChannelArray) Sort(less func(a, b UpdateChannel) bool) UpdateChannelArray {
tl_update_slices_gen.go#L3642: func (s UpdateChannelArray) SortStable(less func(a, b UpdateChannel) bool) UpdateChannelArray {
tl_update_slices_gen.go#L3650: func (s UpdateChannelArray) Retain(keep func(x UpdateChannel) bool) UpdateChannelArray {
tl_update_slices_gen.go#L3664: func (s UpdateChannelArray) First() (v UpdateChannel, ok bool) {
tl_update_slices_gen.go#L3672: func (s UpdateChannelArray) Last() (v UpdateChannel, ok bool) {
tl_update_slices_gen.go#L3680: func (s *UpdateChannelArray) PopFirst() (v UpdateChannel, ok bool) {
tl_update_slices_gen.go#L3699: func (s *UpdateChannelArray) Pop() (v UpdateChannel, 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. |