MessagesGetInlineBotResults constructor

const MessagesGetInlineBotResults({
  1. required InputUserBase bot,
  2. required InputPeerBase peer,
  3. InputGeoPointBase? geoPoint,
  4. required String query,
  5. required String offset,
})

Messages Get Inline Bot Results constructor.

Implementation

const MessagesGetInlineBotResults({
  required this.bot,
  required this.peer,
  this.geoPoint,
  required this.query,
  required this.offset,
}) : super._();