NIMMessagePin constructor

NIMMessagePin({
  1. required String sessionId,
  2. required NIMSessionType sessionType,
  3. String? messageFromAccount,
  4. String? messageToAccount,
  5. int messageTime = 0,
  6. String? messageUuid,
  7. String? messageId,
  8. String? pinId,
  9. int? messageServerId,
  10. String? pinOperatorAccount,
  11. String? pinExt,
  12. int pinCreateTime = 0,
  13. int pinUpdateTime = 0,
})

Implementation

NIMMessagePin({
  required this.sessionId,
  required this.sessionType,
  this.messageFromAccount,
  this.messageToAccount,
  this.messageTime = 0,
  this.messageUuid,
  this.messageId,
  this.pinId,
  this.messageServerId,
  this.pinOperatorAccount,
  this.pinExt,
  this.pinCreateTime = 0,
  this.pinUpdateTime = 0,
});