SetBotInfoDescription constructor

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

Sets the text shown in the chat with a bot if the chat is empty. Can be called only if userTypeBot.can_be_edited == true

Returns Ok

Implementation

SetBotInfoDescription