type github.com/gotd/td/tg.UpdateChannelTooLongArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L432: func (s UpdateClassArray) AsUpdateChannelTooLong() (to UpdateChannelTooLongArray) {
tl_update_slices_gen.go#L3549: type UpdateChannelTooLongArray []UpdateChannelTooLong
tl_update_slices_gen.go#L3552: func (s UpdateChannelTooLongArray) Sort(less func(a, b UpdateChannelTooLong) bool) UpdateChannelTooLongArray {
tl_update_slices_gen.go#L3560: func (s UpdateChannelTooLongArray) SortStable(less func(a, b UpdateChannelTooLong) bool) UpdateChannelTooLongArray {
tl_update_slices_gen.go#L3568: func (s UpdateChannelTooLongArray) Retain(keep func(x UpdateChannelTooLong) bool) UpdateChannelTooLongArray {
tl_update_slices_gen.go#L3582: func (s UpdateChannelTooLongArray) First() (v UpdateChannelTooLong, ok bool) {
tl_update_slices_gen.go#L3590: func (s UpdateChannelTooLongArray) Last() (v UpdateChannelTooLong, ok bool) {
tl_update_slices_gen.go#L3598: func (s *UpdateChannelTooLongArray) PopFirst() (v UpdateChannelTooLong, ok bool) {
tl_update_slices_gen.go#L3617: func (s *UpdateChannelTooLongArray) Pop() (v UpdateChannelTooLong, 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. |