chosenInlineResult property

ChosenInlineResult? get chosenInlineResult

The chosen inline result from the update, if any.

This will be non-null when a user selects an inline query result.

Implementation

ChosenInlineResult? get chosenInlineResult => update.chosenInlineResult;