minor change
This commit is contained in:
parent
418a240a90
commit
c2a5b6eeea
|
|
@ -4,4 +4,10 @@ public class ExternalFileModel : FileDataModel
|
|||
{
|
||||
[JsonPropertyName("file_url")]
|
||||
public string? FileUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// File data => format: "data:image/png;base64,aaaaaaaa"
|
||||
/// </summary>
|
||||
[JsonPropertyName("file_data")]
|
||||
public new string? FileData { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue