V2TimConversationOperationResult constructor

V2TimConversationOperationResult(
  1. {String? conversationID,
  2. int? resultCode,
  3. String? resultInfo}
)

Implementation

V2TimConversationOperationResult({
  this.conversationID,
  this.resultCode,
  this.resultInfo,
});