BotsSetBotInfo constructor

const BotsSetBotInfo({
  1. InputUserBase? bot,
  2. required String langCode,
  3. String? name,
  4. String? about,
  5. String? description,
})

Bots Set Bot Info constructor.

Implementation

const BotsSetBotInfo({
  this.bot,
  required this.langCode,
  this.name,
  this.about,
  this.description,
}) : super._();