query property
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;
Optional. The default inline query to be inserted in the input field. If left empty, only the bot's username will be inserted
@JsonKey(name: 'query')
String? get query;