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

21 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L700: type ContactsResetHandler func(ctx context.Context, e Entities, update *UpdateContactsReset) error
		tl_handlers_gen.go#L705: 		return handler(ctx, e, update.(*UpdateContactsReset))
		tl_registry_gen.go#L3887: 		UpdateContactsResetTypeID:                                func() bin.Object { return &UpdateContactsReset{} },
		tl_update_gen.go#L12261: type UpdateContactsReset struct {
		tl_update_gen.go#L12268: func (u UpdateContactsReset) construct() UpdateClass { return &u }
		tl_update_gen.go#L12272: 	_ bin.Encoder     = &UpdateContactsReset{}
		tl_update_gen.go#L12273: 	_ bin.Decoder     = &UpdateContactsReset{}
		tl_update_gen.go#L12274: 	_ bin.BareEncoder = &UpdateContactsReset{}
		tl_update_gen.go#L12275: 	_ bin.BareDecoder = &UpdateContactsReset{}
		tl_update_gen.go#L12277: 	_ UpdateClass = &UpdateContactsReset{}
		tl_update_gen.go#L12280: func (u *UpdateContactsReset) Zero() bool {
		tl_update_gen.go#L12289: func (u *UpdateContactsReset) String() string {
		tl_update_gen.go#L12293: 	type Alias UpdateContactsReset
		tl_update_gen.go#L12300: func (*UpdateContactsReset) TypeID() uint32 {
		tl_update_gen.go#L12305: func (*UpdateContactsReset) TypeName() string {
		tl_update_gen.go#L12310: func (u *UpdateContactsReset) TypeInfo() tdp.Type {
		tl_update_gen.go#L12324: func (u *UpdateContactsReset) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L12333: func (u *UpdateContactsReset) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L12341: func (u *UpdateContactsReset) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L12352: func (u *UpdateContactsReset) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L25364: 		v := UpdateContactsReset{}