Interface GroupConfig

群设置

interface GroupConfig {
    allowMemberInvite?: boolean;
    announcement?: string;
    anonymousChat?: boolean;
    autoApprove?: boolean;
    confessTalk?: boolean;
    name?: string;
}

Properties

allowMemberInvite?: boolean

是否允许群员邀请

announcement?: string

群公告

anonymousChat?: boolean

是否允许匿名聊天

autoApprove?: boolean

是否开启自动审批入群

confessTalk?: boolean

是否开启坦白说

name?: string

群名

Generated using TypeDoc