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

15 uses

	github.com/gotd/td/tg (current package)
		tl_updates_channel_difference_gen.go#L1169: 	AsNotEmpty() (NotEmptyUpdatesChannelDifference, bool)
		tl_updates_channel_difference_gen.go#L1173: type NotEmptyUpdatesChannelDifference interface {
		tl_updates_channel_difference_gen.go#L1206: func (c *UpdatesChannelDifferenceEmpty) AsNotEmpty() (NotEmptyUpdatesChannelDifference, bool) {
		tl_updates_channel_difference_gen.go#L1207: 	value, ok := (UpdatesChannelDifferenceClass(c)).(NotEmptyUpdatesChannelDifference)
		tl_updates_channel_difference_gen.go#L1212: func (c *UpdatesChannelDifferenceTooLong) AsNotEmpty() (NotEmptyUpdatesChannelDifference, bool) {
		tl_updates_channel_difference_gen.go#L1213: 	value, ok := (UpdatesChannelDifferenceClass(c)).(NotEmptyUpdatesChannelDifference)
		tl_updates_channel_difference_gen.go#L1218: func (c *UpdatesChannelDifference) AsNotEmpty() (NotEmptyUpdatesChannelDifference, bool) {
		tl_updates_channel_difference_gen.go#L1219: 	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) {