GetBotInfoShortDescription constructor

GetBotInfoShortDescription({
  1. required int botUserId,
  2. required String languageCode,
})

Implementation

GetBotInfoShortDescription({
  required this.botUserId,
  required this.languageCode,
});