File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ public class ElementButton
13
13
[ Translate ]
14
14
public string Title { get ; set ; } = string . Empty ;
15
15
16
+ [ Translate ]
17
+ public string ? TitleAs { get ; set ; } = string . Empty ;
18
+
16
19
[ JsonPropertyName ( "description" ) ]
17
20
[ JsonIgnore ( Condition = JsonIgnoreCondition . WhenWritingNull ) ]
18
21
[ Translate ]
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ public class QuickReplyElement
6
6
public string ContentType { get ; set ; } = "text" ;
7
7
8
8
public string Title { get ; set ; } = string . Empty ;
9
+ [ Translate ]
10
+ public string ? TitleAs { get ; set ; } = string . Empty ;
9
11
public string ? Payload { get ; set ; }
10
12
11
13
[ JsonPropertyName ( "image_url" ) ]
You can’t perform that action at this time.
0 commit comments