Allow MessageingType Nullable
This commit is contained in:
parent
8f7b4c7925
commit
d26d8308d5
|
|
@ -7,7 +7,7 @@ namespace BotSharp.Abstraction.Messaging.Models.RichContent
|
|||
/// RESPONSE
|
||||
/// </summary>
|
||||
[JsonPropertyName("messaging_type")]
|
||||
public string MessageingType { get; set; } = string.Empty;
|
||||
public string? MessageingType { get; set; }
|
||||
public T Message { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue