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

42 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L68: 	case *Updates:
		tl_registry_gen.go#L5413: 		UpdatesTypeID:                                            func() bin.Object { return &Updates{} },
		tl_updates_gen.go#L2116: type Updates struct {
		tl_updates_gen.go#L2133: func (u Updates) construct() UpdatesClass { return &u }
		tl_updates_gen.go#L2137: 	_ bin.Encoder     = &Updates{}
		tl_updates_gen.go#L2138: 	_ bin.Decoder     = &Updates{}
		tl_updates_gen.go#L2139: 	_ bin.BareEncoder = &Updates{}
		tl_updates_gen.go#L2140: 	_ bin.BareDecoder = &Updates{}
		tl_updates_gen.go#L2142: 	_ UpdatesClass = &Updates{}
		tl_updates_gen.go#L2145: func (u *Updates) Zero() bool {
		tl_updates_gen.go#L2169: func (u *Updates) String() string {
		tl_updates_gen.go#L2173: 	type Alias Updates
		tl_updates_gen.go#L2178: func (u *Updates) FillFrom(from interface {
		tl_updates_gen.go#L2195: func (*Updates) TypeID() uint32 {
		tl_updates_gen.go#L2200: func (*Updates) TypeName() string {
		tl_updates_gen.go#L2205: func (u *Updates) TypeInfo() tdp.Type {
		tl_updates_gen.go#L2240: func (u *Updates) Encode(b *bin.Buffer) error {
		tl_updates_gen.go#L2249: func (u *Updates) EncodeBare(b *bin.Buffer) error {
		tl_updates_gen.go#L2286: func (u *Updates) Decode(b *bin.Buffer) error {
		tl_updates_gen.go#L2297: func (u *Updates) DecodeBare(b *bin.Buffer) error {
		tl_updates_gen.go#L2370: func (u *Updates) GetUpdates() (value []UpdateClass) {
		tl_updates_gen.go#L2378: func (u *Updates) GetUsers() (value []UserClass) {
		tl_updates_gen.go#L2386: func (u *Updates) GetChats() (value []ChatClass) {
		tl_updates_gen.go#L2394: func (u *Updates) GetDate() (value int) {
		tl_updates_gen.go#L2402: func (u *Updates) GetSeq() (value int) {
		tl_updates_gen.go#L2410: func (u *Updates) MapUpdates() (value UpdateClassArray) {
		tl_updates_gen.go#L2415: func (u *Updates) MapUsers() (value UserClassArray) {
		tl_updates_gen.go#L2420: func (u *Updates) MapChats() (value ChatClassArray) {
		tl_updates_gen.go#L2980: 		v := Updates{}
		tl_updates_slices_gen.go#L174: 		value, ok := elem.(*Updates)
		tl_updates_slices_gen.go#L638: type UpdatesArray []Updates
		tl_updates_slices_gen.go#L641: func (s UpdatesArray) Sort(less func(a, b Updates) bool) UpdatesArray {
		tl_updates_slices_gen.go#L649: func (s UpdatesArray) SortStable(less func(a, b Updates) bool) UpdatesArray {
		tl_updates_slices_gen.go#L657: func (s UpdatesArray) Retain(keep func(x Updates) bool) UpdatesArray {
		tl_updates_slices_gen.go#L671: func (s UpdatesArray) First() (v Updates, ok bool) {
		tl_updates_slices_gen.go#L679: func (s UpdatesArray) Last() (v Updates, ok bool) {
		tl_updates_slices_gen.go#L687: func (s *UpdatesArray) PopFirst() (v Updates, ok bool) {
		tl_updates_slices_gen.go#L697: 	var zero Updates
		tl_updates_slices_gen.go#L706: func (s *UpdatesArray) Pop() (v Updates, ok bool) {
		tl_updates_slices_gen.go#L721: 	return s.Sort(func(a, b Updates) bool {
		tl_updates_slices_gen.go#L728: 	return s.SortStable(func(a, b Updates) bool {

	github.com/gotd/td/telegram
		handle_updates.go#L26: 	case *tg.Updates: