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

8 uses

	github.com/gotd/td/tg (current package)
		tl_json_object_value_gen.go#L46: const JSONObjectValueTypeID = 0xc0de1bd9
		tl_json_object_value_gen.go#L92: 	return JSONObjectValueTypeID
		tl_json_object_value_gen.go#L104: 		ID:   JSONObjectValueTypeID,
		tl_json_object_value_gen.go#L128: 	b.PutID(JSONObjectValueTypeID)
		tl_json_object_value_gen.go#L152: 	if err := b.ConsumeID(JSONObjectValueTypeID); err != nil {
		tl_registry_gen.go#L916: 		JSONObjectValueTypeID:                                                   "jsonObjectValue#c0de1bd9",
		tl_registry_gen.go#L2698: 		"jsonObjectValue":                                                   JSONObjectValueTypeID,
		tl_registry_gen.go#L4480: 		JSONObjectValueTypeID:                                                   func() bin.Object { return &JSONObjectValue{} },