QChatUpdateSystemNotificationParam constructor

QChatUpdateSystemNotificationParam({
  1. required QChatUpdateParam updateParam,
  2. required int msgIdServer,
  3. required QChatSystemNotificationType type,
  4. int? status,
  5. Map<String, dynamic>? extension,
  6. String? body,
})

Implementation

QChatUpdateSystemNotificationParam(
    {required this.updateParam,
    required this.msgIdServer,
    required this.type,
    this.status,
    this.extension,
    this.body});