BusinessChatLinkInfo constructor
BusinessChatLinkInfo({
- required int chatId,
- FormattedText? text,
Implementation
BusinessChatLinkInfo({required this.chatId, this.text});