Skip to main content

图片消息(ImageMessage)是 SDK 内置的消息类型,对应的 contentType 是 @"jg:img"。

属性名类型说明版本
localPathString图片的本地路径1.0.0
urlString图片的远端地址1.0.0
thumbnailLocalPathString缩略图的本地路径1.0.0
thumbnailUrlString缩略图的远端地址1.0.0
heightint图片高度1.0.0
widthint图片宽度1.0.0
sizelong图片大小,单位 Byte1.0.0
extraString扩展字段1.0.0