IRichMessage [JsonPropertyName("text")]
This commit is contained in:
parent
3a28a72f6c
commit
a7185de6b5
|
|
@ -2,6 +2,7 @@ namespace BotSharp.Abstraction.Messaging;
|
|||
|
||||
public interface IRichMessage
|
||||
{
|
||||
[JsonPropertyName("text")]
|
||||
string Text { get; set; }
|
||||
|
||||
[JsonPropertyName("rich_type")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue