GetBotInfoShortDescription constructor

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

Returns the text shown on a bot's profile page and sent together with the link when users share the bot in the given language. Can be called only if userTypeBot.can_be_edited == true

Implementation

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