type github.com/gotd/td/tg.UpdatesChannelDifferenceTooLongArray
12 uses
github.com/gotd/td/tg (current package)
tl_updates_channel_difference_slices_gen.go#L133: func (s UpdatesChannelDifferenceClassArray) AsUpdatesChannelDifferenceTooLong() (to UpdatesChannelDifferenceTooLongArray) {
tl_updates_channel_difference_slices_gen.go#L296: type UpdatesChannelDifferenceTooLongArray []UpdatesChannelDifferenceTooLong
tl_updates_channel_difference_slices_gen.go#L299: func (s UpdatesChannelDifferenceTooLongArray) Sort(less func(a, b UpdatesChannelDifferenceTooLong) bool) UpdatesChannelDifferenceTooLongArray {
tl_updates_channel_difference_slices_gen.go#L307: func (s UpdatesChannelDifferenceTooLongArray) SortStable(less func(a, b UpdatesChannelDifferenceTooLong) bool) UpdatesChannelDifferenceTooLongArray {
tl_updates_channel_difference_slices_gen.go#L315: func (s UpdatesChannelDifferenceTooLongArray) Retain(keep func(x UpdatesChannelDifferenceTooLong) bool) UpdatesChannelDifferenceTooLongArray {
tl_updates_channel_difference_slices_gen.go#L329: func (s UpdatesChannelDifferenceTooLongArray) First() (v UpdatesChannelDifferenceTooLong, ok bool) {
tl_updates_channel_difference_slices_gen.go#L337: func (s UpdatesChannelDifferenceTooLongArray) Last() (v UpdatesChannelDifferenceTooLong, ok bool) {
tl_updates_channel_difference_slices_gen.go#L345: func (s *UpdatesChannelDifferenceTooLongArray) PopFirst() (v UpdatesChannelDifferenceTooLong, ok bool) {
tl_updates_channel_difference_slices_gen.go#L364: func (s *UpdatesChannelDifferenceTooLongArray) Pop() (v UpdatesChannelDifferenceTooLong, 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. |