1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 10:22:31 +01:00

Add mobile_network_type to message create schema

This commit is contained in:
CyberL1 2023-09-30 23:46:25 +02:00
parent 8279cd05d6
commit 7ff1ae21f1

View File

@ -26,6 +26,7 @@ type Attachment = {
export interface MessageCreateSchema { export interface MessageCreateSchema {
type?: number; type?: number;
content?: string; content?: string;
mobile_network_type?: string;
nonce?: string; nonce?: string;
channel_id?: string; channel_id?: string;
tts?: boolean; tts?: boolean;