BusinessChatLinkInfo constructor

BusinessChatLinkInfo({
  1. required int chatId,
  2. FormattedText? text,
})

Implementation

BusinessChatLinkInfo({required this.chatId, this.text});