V2TimRecvGroupCustomMessage constructor

V2TimRecvGroupCustomMessage(
  1. String msgID,
  2. V2TimUserInfo sender,
  3. String groupID,
  4. String customData
)

Implementation

V2TimRecvGroupCustomMessage(
  this.msgID,
  this.sender,
  this.groupID,
  this.customData,
);