type github.com/gotd/td/tg.UpdatesChannelDifferenceEmptyArray
12 uses
github.com/gotd/td/tg (current package)
tl_updates_channel_difference_slices_gen.go#L120: func (s UpdatesChannelDifferenceClassArray) AsUpdatesChannelDifferenceEmpty() (to UpdatesChannelDifferenceEmptyArray) {
tl_updates_channel_difference_slices_gen.go#L214: type UpdatesChannelDifferenceEmptyArray []UpdatesChannelDifferenceEmpty
tl_updates_channel_difference_slices_gen.go#L217: func (s UpdatesChannelDifferenceEmptyArray) Sort(less func(a, b UpdatesChannelDifferenceEmpty) bool) UpdatesChannelDifferenceEmptyArray {
tl_updates_channel_difference_slices_gen.go#L225: func (s UpdatesChannelDifferenceEmptyArray) SortStable(less func(a, b UpdatesChannelDifferenceEmpty) bool) UpdatesChannelDifferenceEmptyArray {
tl_updates_channel_difference_slices_gen.go#L233: func (s UpdatesChannelDifferenceEmptyArray) Retain(keep func(x UpdatesChannelDifferenceEmpty) bool) UpdatesChannelDifferenceEmptyArray {
tl_updates_channel_difference_slices_gen.go#L247: func (s UpdatesChannelDifferenceEmptyArray) First() (v UpdatesChannelDifferenceEmpty, ok bool) {
tl_updates_channel_difference_slices_gen.go#L255: func (s UpdatesChannelDifferenceEmptyArray) Last() (v UpdatesChannelDifferenceEmpty, ok bool) {
tl_updates_channel_difference_slices_gen.go#L263: func (s *UpdatesChannelDifferenceEmptyArray) PopFirst() (v UpdatesChannelDifferenceEmpty, ok bool) {
tl_updates_channel_difference_slices_gen.go#L282: func (s *UpdatesChannelDifferenceEmptyArray) Pop() (v UpdatesChannelDifferenceEmpty, 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. |