QChatDownloadAttachmentParam constructor

QChatDownloadAttachmentParam({
  1. required QChatMessage message,
  2. required bool thumb,
})

Implementation

QChatDownloadAttachmentParam({required this.message, required this.thumb});