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

10 uses

	github.com/gotd/td/tg (current package)
		tl_json_value_gen.go#L146: const JSONBoolTypeID = 0xc7345e6a
		tl_json_value_gen.go#L192: 	return JSONBoolTypeID
		tl_json_value_gen.go#L204: 		ID:   JSONBoolTypeID,
		tl_json_value_gen.go#L224: 	b.PutID(JSONBoolTypeID)
		tl_json_value_gen.go#L242: 	if err := b.ConsumeID(JSONBoolTypeID); err != nil {
		tl_json_value_gen.go#L904: 	case JSONBoolTypeID:
		tl_registry_gen.go#L918: 		JSONBoolTypeID:                                                          "jsonBool#c7345e6a",
		tl_registry_gen.go#L2700: 		"jsonBool":                                                          JSONBoolTypeID,
		tl_registry_gen.go#L4482: 		JSONBoolTypeID:                                                          func() bin.Object { return &JSONBool{} },
		tl_registry_gen.go#L5976: 			JSONBoolTypeID,