type github.com/gotd/td/tg.UpdatesArray
16 uses
github.com/gotd/td/tg (current package)
tl_updates_slices_gen.go#L172: func (s UpdatesClassArray) AsUpdates() (to UpdatesArray) {
tl_updates_slices_gen.go#L638: type UpdatesArray []Updates
tl_updates_slices_gen.go#L641: func (s UpdatesArray) Sort(less func(a, b Updates) bool) UpdatesArray {
tl_updates_slices_gen.go#L649: func (s UpdatesArray) SortStable(less func(a, b Updates) bool) UpdatesArray {
tl_updates_slices_gen.go#L657: func (s UpdatesArray) Retain(keep func(x Updates) bool) UpdatesArray {
tl_updates_slices_gen.go#L671: func (s UpdatesArray) First() (v Updates, ok bool) {
tl_updates_slices_gen.go#L679: func (s UpdatesArray) Last() (v Updates, ok bool) {
tl_updates_slices_gen.go#L687: func (s *UpdatesArray) PopFirst() (v Updates, ok bool) {
tl_updates_slices_gen.go#L706: func (s *UpdatesArray) Pop() (v Updates, ok bool) {
tl_updates_slices_gen.go#L720: func (s UpdatesArray) SortByDate() UpdatesArray {
tl_updates_slices_gen.go#L727: func (s UpdatesArray) SortStableByDate() UpdatesArray {
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. |