philia
    Preparing search index...

    群打卡

    interface GroupSignEvent {
        group: Group;
        group_id: string;
        nickname: string;
        notice_type: "group";
        post_type: "notice";
        sign_text: string;
        sub_type: "sign";
        user_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    group: Group

    群对象

    group_id: string

    群号

    nickname: string

    打卡者昵称

    notice_type: "group"

    post_type

    post_type: "notice"
    sign_text: string

    打卡提示

    sub_type: "sign"
    user_id: string

    打卡者账号