philia
    Preparing search index...

    群员增加

    interface MemberIncreaseEvent {
        group: Group;
        group_id: string;
        nickname: string;
        notice_type: "group";
        post_type: "notice";
        sub_type: "increase";
        user_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    group: Group

    群对象

    group_id: string

    群号

    nickname: string

    群员昵称

    notice_type: "group"

    post_type

    post_type: "notice"
    sub_type: "increase"
    user_id: string

    群员账号