style property
Optional. Style of the button. Must be one of “danger” (red), “success” (green) or “primary” (blue). If omitted, then an app-specific style is used.
Since: Bot API 9.4
Implementation
@JsonKey(name: 'style')
StyleType? get style;
Optional. Style of the button. Must be one of “danger” (red), “success” (green) or “primary” (blue). If omitted, then an app-specific style is used.
Since: Bot API 9.4
@JsonKey(name: 'style')
StyleType? get style;