| 34 | var systemPlaceholderRe = regexp.MustCompile(`\{(\w+)}`) |
| 35 | |
| 36 | type shareUserConverter struct{} |
| 37 | |
| 38 | // Convert converts a share_chat message content JSON to human-readable string. |
| 39 | func (shareUserConverter) Convert(ctx *ConvertContext) string { |
nothing calls this directly
no outgoing calls
no test coverage detected