From cc1cdd497e1692c05f2a162b756149cfee2b9b63 Mon Sep 17 00:00:00 2001 From: "C. Oceania" Date: Tue, 23 Apr 2024 16:04:48 -0500 Subject: [PATCH] Ignore Payload translation. --- .../Messaging/Models/RichContent/ElementButton.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent/ElementButton.cs b/src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent/ElementButton.cs index 30206aa7..b4baf793 100644 --- a/src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent/ElementButton.cs +++ b/src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent/ElementButton.cs @@ -17,7 +17,6 @@ public class ElementButton public string Title { get; set; } = string.Empty; [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] - [Translate] public string Payload { get; set; } [JsonPropertyName("is_primary")]