Interface GroupRequestToJoinAcceptedEventPayload

入群申请被同意事件的载荷。

interface GroupRequestToJoinAcceptedEventPayload {
    groupId: string;
    groupName?: string;
    accepter?: UserInfo;
}

Properties

groupId: string

群组 ID。

groupName?: string

群组名称。

accepter?: UserInfo

同意该入群申请的用户资料。