Skip to content

Commit 9fd3ea9

Browse files
committed
IsPopup
1 parent e087411 commit 9fd3ea9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent/Template/GenericTemplateMessage.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ public class GenericTemplateMessage<T> : IRichMessage, ITemplateMessage
1919
[JsonPropertyName("is_horizontal")]
2020
public bool IsHorizontal { get; set; }
2121

22+
[JsonPropertyName("is_popup")]
23+
public bool IsPopup { get; set; }
24+
2225
[JsonPropertyName("element_type")]
2326
public string ElementType => typeof(T).Name;
2427
}

0 commit comments

Comments
 (0)