QChatJoinServerByInviteCodeAttachment constructor

QChatJoinServerByInviteCodeAttachment({
  1. QChatServer? server,
  2. int? requestId,
  3. String? inviteCode,
})

Implementation

QChatJoinServerByInviteCodeAttachment(
    {this.server, this.requestId, this.inviteCode});