Type alias V2NIMTeamJoinActionInfoResult

V2NIMTeamJoinActionInfoResult: {
    finished: boolean;
    infos: V2NIMTeamJoinActionInfo[];
    offset: number;
}

Type declaration

  • finished: boolean

    是否还有下一页

  • infos: V2NIMTeamJoinActionInfo[]

    群的消息通知的列表

  • offset: number

    分页偏移量

Generated using TypeDoc