Merge branch 'SciSharp:master' into master

This commit is contained in:
hchen2020 2024-03-22 10:12:42 -05:00 committed by GitHub
commit fae00aa802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@ namespace BotSharp.Abstraction.Messaging;
public interface IRichMessage
{
[JsonPropertyName("text")]
string Text { get; set; }
[JsonPropertyName("rich_type")]