add post action disclaimer
This commit is contained in:
parent
e319992206
commit
8df609ad2c
|
|
@ -20,4 +20,7 @@ public class ElementButton
|
|||
|
||||
[JsonPropertyName("is_secondary")]
|
||||
public bool IsSecondary { get; set; }
|
||||
|
||||
[JsonPropertyName("post_action_disclaimer")]
|
||||
public string? PostActionDisclaimer { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue