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

10 uses

	github.com/gotd/td/tg (current package)
		tl_json_value_gen.go#L416: const JSONStringTypeID = 0xb71e767a
		tl_json_value_gen.go#L462: 	return JSONStringTypeID
		tl_json_value_gen.go#L474: 		ID:   JSONStringTypeID,
		tl_json_value_gen.go#L494: 	b.PutID(JSONStringTypeID)
		tl_json_value_gen.go#L512: 	if err := b.ConsumeID(JSONStringTypeID); err != nil {
		tl_json_value_gen.go#L918: 	case JSONStringTypeID:
		tl_registry_gen.go#L920: 		JSONStringTypeID:                                                        "jsonString#b71e767a",
		tl_registry_gen.go#L2702: 		"jsonString":                                                        JSONStringTypeID,
		tl_registry_gen.go#L4484: 		JSONStringTypeID:                                                        func() bin.Object { return &JSONString{} },
		tl_registry_gen.go#L5978: 			JSONStringTypeID,