mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-26 17:27:29 +00:00
Add mobile_network_type to message create schema
This commit is contained in:
@@ -26,6 +26,7 @@ type Attachment = {
|
||||
export interface MessageCreateSchema {
|
||||
type?: number;
|
||||
content?: string;
|
||||
mobile_network_type?: string;
|
||||
nonce?: string;
|
||||
channel_id?: string;
|
||||
tts?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user