自定义消息体类。
EMCustomMessageBody({ required this.event, this.params, }) : super(type: MessageType.CUSTOM);