Skip to content

Commit

Permalink
Add mobile_network_type to message create schema
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberL1 committed Sep 30, 2023
1 parent 8279cd0 commit 7ff1ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/schemas/MessageCreateSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ type Attachment = {
export interface MessageCreateSchema {
type?: number;
content?: string;
mobile_network_type?: string;
nonce?: string;
channel_id?: string;
tts?: boolean;
Expand Down

0 comments on commit 7ff1ae2

Please sign in to comment.