SetBotName constructor
Sets the name of a bot. Can be called only if userTypeBot.can_be_edited == true
Implementation
const SetBotName({
required this.botUserId,
required this.languageCode,
required this.name,
});
Sets the name of a bot. Can be called only if userTypeBot.can_be_edited == true
const SetBotName({
required this.botUserId,
required this.languageCode,
required this.name,
});