inlineQuery property

InlineQuery? get inlineQuery

The inline query from the update, if any.

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

Implementation

InlineQuery? get inlineQuery => update.inlineQuery;