Skip to content

Commit 8df609a

Browse files
author
Jicheng Lu
committed
add post action disclaimer
1 parent e319992 commit 8df609a

File tree

1 file changed

+3
-0
lines changed
  • src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent

1 file changed

+3
-0
lines changed

src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent/ElementButton.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ public class ElementButton
2020

2121
[JsonPropertyName("is_secondary")]
2222
public bool IsSecondary { get; set; }
23+
24+
[JsonPropertyName("post_action_disclaimer")]
25+
public string? PostActionDisclaimer { get; set; }
2326
}

0 commit comments

Comments
 (0)