SetBotInfoShortDescription constructor

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

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

Returns Ok

Implementation

SetBotInfoShortDescription