SetBotName constructor

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

Sets the name of a bot. Can be called only if userTypeBot.can_be_edited == true

Returns Ok

Implementation

SetBotName