GetBotInfoShortDescription constructor

GetBotInfoShortDescription(
  1. {required int bot_user_id,
  2. required String language_code,
  3. int? extra,
  4. int? clientId}
)

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

Returns Text

Implementation

GetBotInfoShortDescription