GetBotInfoDescription constructor
Returns the text shown in the chat with a bot if the chat is empty in the given language. Can be called only if userTypeBot.can_be_edited == true
Implementation
const GetBotInfoDescription({
required this.botUserId,
required this.languageCode,
});