UpdateBotResponse constructor

UpdateBotResponse({
  1. Bot? bot,
})

Implementation

UpdateBotResponse({
  this.bot,
});