attachment property
- @JsonKey(fromJson: NIMMessageAttachment.fromJson, toJson: NIMMessageAttachment.toJson)
getter/setter pair
消息附件对象。仅当MsgType为非text时有效
Implementation
@JsonKey(
fromJson: NIMMessageAttachment.fromJson,
toJson: NIMMessageAttachment.toJson)
NIMMessageAttachment? attachment;