Type Alias NEMeetingRecentSession

NEMeetingRecentSession: {
    content: string;
    fromAccount: string;
    fromNick: string;
    recentMessageId: string;
    sessionId: string;
    sessionType: NEMeetingSessionTypeEnum;
    time: number;
    unreadCount: number;
}

Type declaration

  • content: string

    最近一条消息的缩略内容

  • fromAccount: string

    获取与该联系人的最后一条消息的发送方的帐号 发送者帐号

  • fromNick: string

    获取与该联系人的最后一条消息的发送方的昵称 发送者昵称

  • recentMessageId: string

    最近一条消息的UUID

  • sessionId: string

    获取聊天对象的Id(好友帐号,群ID等) 会话Id

  • sessionType: NEMeetingSessionTypeEnum

    会话类型

  • time: number

    最近一条消息的时间,单位为ms

  • unreadCount: number

    该联系人的未读消息条数