Interface GroupSignEvent

群打卡

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

Hierarchy (view full)

Properties

group: Group

群对象

group_id: number

群号

nickname: string

打卡者昵称

notice_type
post_type
sign_text: string

打卡提示

sub_type
user_id: number

打卡者账号