type github.com/gotd/td/tg.UpdatesCombinedArray
16 uses
github.com/gotd/td/tg (current package)
tl_updates_slices_gen.go#L159: func (s UpdatesClassArray) AsUpdatesCombined() (to UpdatesCombinedArray) {
tl_updates_slices_gen.go#L542: type UpdatesCombinedArray []UpdatesCombined
tl_updates_slices_gen.go#L545: func (s UpdatesCombinedArray) Sort(less func(a, b UpdatesCombined) bool) UpdatesCombinedArray {
tl_updates_slices_gen.go#L553: func (s UpdatesCombinedArray) SortStable(less func(a, b UpdatesCombined) bool) UpdatesCombinedArray {
tl_updates_slices_gen.go#L561: func (s UpdatesCombinedArray) Retain(keep func(x UpdatesCombined) bool) UpdatesCombinedArray {
tl_updates_slices_gen.go#L575: func (s UpdatesCombinedArray) First() (v UpdatesCombined, ok bool) {
tl_updates_slices_gen.go#L583: func (s UpdatesCombinedArray) Last() (v UpdatesCombined, ok bool) {
tl_updates_slices_gen.go#L591: func (s *UpdatesCombinedArray) PopFirst() (v UpdatesCombined, ok bool) {
tl_updates_slices_gen.go#L610: func (s *UpdatesCombinedArray) Pop() (v UpdatesCombined, ok bool) {
tl_updates_slices_gen.go#L624: func (s UpdatesCombinedArray) SortByDate() UpdatesCombinedArray {
tl_updates_slices_gen.go#L631: func (s UpdatesCombinedArray) SortStableByDate() UpdatesCombinedArray {
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. |