mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
feat: add text-to-speech option to members (#570)
Merges PluralKit/PluralKit#570
This commit is contained in:
parent
68cd21fb2f
commit
e58b3c7274
16 changed files with 90 additions and 6 deletions
|
|
@ -61,10 +61,11 @@ export interface Member {
|
|||
banner?: string;
|
||||
description?: string;
|
||||
created?: string;
|
||||
keep_proxy?: boolean
|
||||
keep_proxy?: boolean;
|
||||
tts?: boolean;
|
||||
system?: string;
|
||||
proxy_tags?: Array<proxytag>;
|
||||
privacy?: MemberPrivacy
|
||||
privacy?: MemberPrivacy;
|
||||
}
|
||||
|
||||
export interface GroupPrivacy {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue