chosenInlineResult property

  1. @JsonKey(name: 'chosen_inline_result')
ChosenInlineResult? get chosenInlineResult
inherited

Optional. The result of an inline query that was chosen by a user and sent to their chat partner. Please see our documentation on the feedback collecting for details on how to enable these updates for your bot.

Implementation

@JsonKey(name: 'chosen_inline_result')
ChosenInlineResult? get chosenInlineResult;