text property
Text of the button. If none of the optional fields are used, it will be sent as a message when the button is pressed
Implementation
@JsonKey(name: 'text')
String get text;
Text of the button. If none of the optional fields are used, it will be sent as a message when the button is pressed
@JsonKey(name: 'text')
String get text;