add comment
This commit is contained in:
parent
83a78d2b5a
commit
7e908d3386
|
|
@ -6,6 +6,9 @@ public class BotSharpFile
|
|||
[JsonPropertyName("file_name")]
|
||||
public string FileName { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// File data, e.g., "data:image/png;base64,aaaaaaaa"
|
||||
/// </summary>
|
||||
[JsonPropertyName("file_data")]
|
||||
public string FileData { get; set; } = string.Empty;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue