Merge pull request #1099 from CyberL1/master
Add mobile_network_type to message create schema
This commit is contained in:
commit
551d2bf5e6
@ -93099,6 +93099,9 @@
|
|||||||
"content": {
|
"content": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"mobile_network_type": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"nonce": {
|
"nonce": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@ -97417,6 +97420,9 @@
|
|||||||
"content": {
|
"content": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"mobile_network_type": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"nonce": {
|
"nonce": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user