GetInlineQueryResults constructor

GetInlineQueryResults({
  1. required int botUserId,
  2. required int chatId,
  3. Location? userLocation,
  4. required String query,
  5. required String offset,
})

Implementation

GetInlineQueryResults({
  required this.botUserId,
  required this.chatId,
  this.userLocation,
  required this.query,
  required this.offset,
});