callbackGame property

  1. @JsonKey(name: 'callback_game')
CallbackGame? get callbackGame
inherited

Optional. Description of the game that will be launched when the user presses the button.

NOTE: This type of button must always be the first button in the first row.

Implementation

@JsonKey(name: 'callback_game')
CallbackGame? get callbackGame;