ChatBoostLinkInfo constructor

ChatBoostLinkInfo({
  1. required bool isPublic,
  2. required int chatId,
})

Implementation

ChatBoostLinkInfo({required this.isPublic, required this.chatId});