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

42 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L67: 	case *Updates:
		tl_registry_gen.go#L3960: 		UpdatesTypeID:                                            func() bin.Object { return &Updates{} },
		tl_updates_gen.go#L2109: type Updates struct {
		tl_updates_gen.go#L2126: func (u Updates) construct() UpdatesClass { return &u }
		tl_updates_gen.go#L2130: 	_ bin.Encoder     = &Updates{}
		tl_updates_gen.go#L2131: 	_ bin.Decoder     = &Updates{}
		tl_updates_gen.go#L2132: 	_ bin.BareEncoder = &Updates{}
		tl_updates_gen.go#L2133: 	_ bin.BareDecoder = &Updates{}
		tl_updates_gen.go#L2135: 	_ UpdatesClass = &Updates{}
		tl_updates_gen.go#L2138: func (u *Updates) Zero() bool {
		tl_updates_gen.go#L2162: func (u *Updates) String() string {
		tl_updates_gen.go#L2166: 	type Alias Updates
		tl_updates_gen.go#L2171: func (u *Updates) FillFrom(from interface {
		tl_updates_gen.go#L2188: func (*Updates) TypeID() uint32 {
		tl_updates_gen.go#L2193: func (*Updates) TypeName() string {
		tl_updates_gen.go#L2198: func (u *Updates) TypeInfo() tdp.Type {
		tl_updates_gen.go#L2233: func (u *Updates) Encode(b *bin.Buffer) error {
		tl_updates_gen.go#L2242: func (u *Updates) EncodeBare(b *bin.Buffer) error {
		tl_updates_gen.go#L2279: func (u *Updates) Decode(b *bin.Buffer) error {
		tl_updates_gen.go#L2290: func (u *Updates) DecodeBare(b *bin.Buffer) error {
		tl_updates_gen.go#L2363: func (u *Updates) GetUpdates() (value []UpdateClass) {
		tl_updates_gen.go#L2371: func (u *Updates) GetUsers() (value []UserClass) {
		tl_updates_gen.go#L2379: func (u *Updates) GetChats() (value []ChatClass) {
		tl_updates_gen.go#L2387: func (u *Updates) GetDate() (value int) {
		tl_updates_gen.go#L2395: func (u *Updates) GetSeq() (value int) {
		tl_updates_gen.go#L2403: func (u *Updates) MapUpdates() (value UpdateClassArray) {
		tl_updates_gen.go#L2408: func (u *Updates) MapUsers() (value UserClassArray) {
		tl_updates_gen.go#L2413: func (u *Updates) MapChats() (value ChatClassArray) {
		tl_updates_gen.go#L2964: 		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#L25: 	case *tg.Updates: