BotsGetBotInfo constructor

const BotsGetBotInfo({
  1. InputUserBase? bot,
  2. required String langCode,
})

Bots Get Bot Info constructor.

Implementation

const BotsGetBotInfo({this.bot, required this.langCode}) : super._();