NIMSignallingRejectInviteParams constructor
Implementation
NIMSignallingRejectInviteParams({
required this.channelId,
required this.inviterAccountId,
required this.requestId,
this.serverExtension,
this.offlineEnabled = true,
});
NIMSignallingRejectInviteParams({
required this.channelId,
required this.inviterAccountId,
required this.requestId,
this.serverExtension,
this.offlineEnabled = true,
});