NIMMessagePin(- {required String sessionId,
- required NIMSessionType sessionType,
- String? messageFromAccount,
- String? messageToAccount,
- String? messageUuid,
- String? messageId,
- String? pinId,
- int? messageServerId,
- String? pinOperatorAccount,
- String? pinExt,
- int pinCreateTime = 0,
- 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,
});