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) {