add post action disclaimer

This commit is contained in:
Jicheng Lu 2024-04-12 11:37:38 -05:00
parent e319992206
commit 8df609ad2c

View file

@ -20,4 +20,7 @@ public class ElementButton
[JsonPropertyName("is_secondary")]
public bool IsSecondary { get; set; }
[JsonPropertyName("post_action_disclaimer")]
public string? PostActionDisclaimer { get; set; }
}