const github.com/gotd/td/tg.UpdatesTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L479: 		UpdatesTypeID:                                            "updates#74ae4240",
		tl_registry_gen.go#L2946: 		"updates":                                            UpdatesTypeID,
		tl_registry_gen.go#L5413: 		UpdatesTypeID:                                            func() bin.Object { return &Updates{} },
		tl_registry_gen.go#L9141: 			UpdatesTypeID,
		tl_updates_gen.go#L2130: const UpdatesTypeID = 0x74ae4240
		tl_updates_gen.go#L2196: 	return UpdatesTypeID
		tl_updates_gen.go#L2208: 		ID:   UpdatesTypeID,
		tl_updates_gen.go#L2244: 	b.PutID(UpdatesTypeID)
		tl_updates_gen.go#L2290: 	if err := b.ConsumeID(UpdatesTypeID); err != nil {
		tl_updates_gen.go#L2978: 	case UpdatesTypeID: