Type alias V2NIMTeamJoinActionInfo

V2NIMTeamJoinActionInfo: {
    actionStatus: V2NIMTeamJoinActionStatus;
    actionType: V2NIMTeamJoinActionType;
    operatorAccountId: string;
    postscript?: string;
    teamId: string;
    teamType: V2NIMTeamType;
    timestamp: number;
}

群的消息通知

Type declaration

  • actionStatus: V2NIMTeamJoinActionStatus

    操作状态

  • actionType: V2NIMTeamJoinActionType

    群操作类型

  • operatorAccountId: string

    操作者的账号 ID

  • Optional postscript?: string

    该操作的附言

  • teamId: string

    群组ID

  • teamType: V2NIMTeamType

    群组类型

  • timestamp: number

    该操作发生时的时间戳

Generated using TypeDoc