type github.com/gotd/td/tg.UpdatesDifferenceTooLongArray
12 uses
github.com/gotd/td/tg (current package)
tl_updates_difference_slices_gen.go#L159: func (s UpdatesDifferenceClassArray) AsUpdatesDifferenceTooLong() (to UpdatesDifferenceTooLongArray) {
tl_updates_difference_slices_gen.go#L432: type UpdatesDifferenceTooLongArray []UpdatesDifferenceTooLong
tl_updates_difference_slices_gen.go#L435: func (s UpdatesDifferenceTooLongArray) Sort(less func(a, b UpdatesDifferenceTooLong) bool) UpdatesDifferenceTooLongArray {
tl_updates_difference_slices_gen.go#L443: func (s UpdatesDifferenceTooLongArray) SortStable(less func(a, b UpdatesDifferenceTooLong) bool) UpdatesDifferenceTooLongArray {
tl_updates_difference_slices_gen.go#L451: func (s UpdatesDifferenceTooLongArray) Retain(keep func(x UpdatesDifferenceTooLong) bool) UpdatesDifferenceTooLongArray {
tl_updates_difference_slices_gen.go#L465: func (s UpdatesDifferenceTooLongArray) First() (v UpdatesDifferenceTooLong, ok bool) {
tl_updates_difference_slices_gen.go#L473: func (s UpdatesDifferenceTooLongArray) Last() (v UpdatesDifferenceTooLong, ok bool) {
tl_updates_difference_slices_gen.go#L481: func (s *UpdatesDifferenceTooLongArray) PopFirst() (v UpdatesDifferenceTooLong, ok bool) {
tl_updates_difference_slices_gen.go#L500: func (s *UpdatesDifferenceTooLongArray) Pop() (v UpdatesDifferenceTooLong, 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. |