Merge pull request #1099 from CyberL1/master

Add mobile_network_type to message create schema
This commit is contained in:
Madeline
2023-10-02 07:46:24 +11:00
committed by GitHub
2 changed files with 1 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -26,6 +26,7 @@ type Attachment = {
export interface MessageCreateSchema {
type?: number;
content?: string;
mobile_network_type?: string;
nonce?: string;
channel_id?: string;
tts?: boolean;