style property

  1. @JsonKey.new(name: 'style')
StyleType? get style
inherited

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;