getC2CRecvMsgOptResult2DartReceiveMessageOptInfo static method
      
V2TimReceiveMessageOptInfo
getC2CRecvMsgOptResult2DartReceiveMessageOptInfo(
    
    
- dynamic jsonOpt
Implementation
static V2TimReceiveMessageOptInfo getC2CRecvMsgOptResult2DartReceiveMessageOptInfo(jsonOpt) {
  return V2TimReceiveMessageOptInfo.fromJson({
    "userID": jsonOpt["msg_recv_msg_opt_result_identifier"],
    // enum ReceiveMsgOptEnum相同
    "c2CReceiveMessageOpt": jsonOpt["msg_recv_msg_opt_result_opt"],
  });
}