feat(web): improve message UX, voice gestures, and attachments
Some checks failed
CI / test (push) Failing after 21s
Some checks failed
CI / test (push) Failing after 21s
This commit is contained in:
@@ -97,3 +97,13 @@ export interface ChatInviteLink {
|
||||
token: string;
|
||||
invite_url: string;
|
||||
}
|
||||
|
||||
export interface ChatAttachment {
|
||||
id: number;
|
||||
message_id: number;
|
||||
sender_id: number;
|
||||
message_created_at: string;
|
||||
file_url: string;
|
||||
file_type: string;
|
||||
file_size: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user