CreateBotResponse constructor

CreateBotResponse({
  1. Bot? bot,
})

Implementation

CreateBotResponse({
  this.bot,
});