FEAT(灵车 WIP): CHAT SETTINGS
This commit is contained in:
10
client/api/client_data/GroupSettings.ts
Normal file
10
client/api/client_data/GroupSettings.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
interface GroupSettings {
|
||||
allow_new_member_join?: boolean
|
||||
allow_new_member_from_invitation?: boolean
|
||||
new_member_join_method?: 'disabled' | 'allowed_by_admin' | 'answered_and_allowed_by_admin'
|
||||
answered_and_allowed_by_admin_question?: string
|
||||
|
||||
[key: string]: unknown
|
||||
}
|
||||
|
||||
export default GroupSettings
|
||||
Reference in New Issue
Block a user