GetBotName constructor

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

Returns the name of a bot in the given language. Can be called only if userTypeBot.can_be_edited == true

Returns Text

Implementation

GetBotName