type github.com/gotd/td/tg.NotEmptyUpdatesChannelDifference

15 uses

	github.com/gotd/td/tg (current package)
		tl_updates_channel_difference_gen.go#L1182: 	AsNotEmpty() (NotEmptyUpdatesChannelDifference, bool)
		tl_updates_channel_difference_gen.go#L1186: type NotEmptyUpdatesChannelDifference interface {
		tl_updates_channel_difference_gen.go#L1219: func (c *UpdatesChannelDifferenceEmpty) AsNotEmpty() (NotEmptyUpdatesChannelDifference, bool) {
		tl_updates_channel_difference_gen.go#L1220: 	value, ok := (UpdatesChannelDifferenceClass(c)).(NotEmptyUpdatesChannelDifference)
		tl_updates_channel_difference_gen.go#L1225: func (c *UpdatesChannelDifferenceTooLong) AsNotEmpty() (NotEmptyUpdatesChannelDifference, bool) {
		tl_updates_channel_difference_gen.go#L1226: 	value, ok := (UpdatesChannelDifferenceClass(c)).(NotEmptyUpdatesChannelDifference)
		tl_updates_channel_difference_gen.go#L1231: func (c *UpdatesChannelDifference) AsNotEmpty() (NotEmptyUpdatesChannelDifference, bool) {
		tl_updates_channel_difference_gen.go#L1232: 	value, ok := (UpdatesChannelDifferenceClass(c)).(NotEmptyUpdatesChannelDifference)
		tl_updates_channel_difference_slices_gen.go#L160: func (s UpdatesChannelDifferenceClassArray) AppendOnlyNotEmpty(to []NotEmptyUpdatesChannelDifference) []NotEmptyUpdatesChannelDifference {
		tl_updates_channel_difference_slices_gen.go#L173: func (s UpdatesChannelDifferenceClassArray) AsNotEmpty() (to []NotEmptyUpdatesChannelDifference) {
		tl_updates_channel_difference_slices_gen.go#L178: func (s UpdatesChannelDifferenceClassArray) FirstAsNotEmpty() (v NotEmptyUpdatesChannelDifference, ok bool) {
		tl_updates_channel_difference_slices_gen.go#L187: func (s UpdatesChannelDifferenceClassArray) LastAsNotEmpty() (v NotEmptyUpdatesChannelDifference, ok bool) {
		tl_updates_channel_difference_slices_gen.go#L196: func (s *UpdatesChannelDifferenceClassArray) PopFirstAsNotEmpty() (v NotEmptyUpdatesChannelDifference, ok bool) {
		tl_updates_channel_difference_slices_gen.go#L205: func (s *UpdatesChannelDifferenceClassArray) PopAsNotEmpty() (v NotEmptyUpdatesChannelDifference, ok bool) {