融云 IM 错误码
enum ErrorCode {
NULLCHANNELNAME = 24011, RC_ENTRUST_SERVER_ERROR = 25402, RC_ENTRUST_SERVER_PARAMETER_ERROR = 25403, RC_GROUP_OLD_GROUP_NOT_ENTRUST = 25429, RC_GROUP_ID_INVALID = 25430, RC_PAGE_TOKEN_PARSING_FAILED = 25432, INVALID_DISABLE_UPDATE_LAST_MESSAGE = 35054,}
从服务端接收到的消息数据
interface IReceivedMessage {
disableUpdateLastMessage?: boolean,}
插入消息结构
interface IInsertMessage {
disableUpdateLastMessage?: boolean,}
发送消息参数结构
interface ISendMessageOptions {
disableUpdateLastMessage?: boolean,}
文件消息配置
interface IUploadMessageOption {
disableUpdateLastMessage?: boolean,}
图片消息配置
interface IImageMessageOption {
disableUpdateLastMessage?: boolean,}
插入消息配置项结构
interface IInsertOptions {
disableUpdateLastMessage?: boolean,}
撤回消息 option 参数
interface IRecallMessageOptions {
disableUpdateLastMessage?: boolean,}
用户收到的消息结构
interface IAReceivedMessage {
disableUpdateLastMessage?: boolean,}