SwitchInlineQueryChosenChat constructor

SwitchInlineQueryChosenChat({
  1. String? query,
  2. bool? allowUserChats,
  3. bool? allowBotChats,
  4. bool? allowGroupChats,
  5. bool? allowChannelChats,
})

Implementation

SwitchInlineQueryChosenChat({
  this.query,
  this.allowUserChats,
  this.allowBotChats,
  this.allowGroupChats,
  this.allowChannelChats,
});