Merge branch 'SciSharp:master' into master
This commit is contained in:
commit
fae00aa802
|
|
@ -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