UpdateNewInlineQuery constructor
const
UpdateNewInlineQuery({})
A new incoming inline query; for bots only
Implementation
const UpdateNewInlineQuery({
required this.id,
required this.senderUserId,
this.userLocation,
this.chatType,
required this.query,
required this.offset,
this.extra,
this.clientId,
});