.NET Format Style Fixes
This commit is contained in:
@@ -10,30 +10,14 @@ public record SendMessageRequest : IRequestData
|
||||
public Dictionary<string, object> ExtensionData { get; set; }
|
||||
|
||||
[JsonPropertyName("dialogId")]
|
||||
public string? DialogId
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string? DialogId { get; set; }
|
||||
|
||||
[JsonPropertyName("type")]
|
||||
public MessageType? Type
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public MessageType? Type { get; set; }
|
||||
|
||||
[JsonPropertyName("text")]
|
||||
public string? Text
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string? Text { get; set; }
|
||||
|
||||
[JsonPropertyName("replyTo")]
|
||||
public string? ReplyTo
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string? ReplyTo { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user