query property

  1. @JsonKey(name: 'query')
String? get query
inherited

Optional. The default inline query to be inserted in the input field. If left empty, only the bot's username will be inserted

Implementation

@JsonKey(name: 'query')
String? get query;