Skip to content

Commit 25f60ab

Browse files
switched from 'urls' to 'location'
1 parent 1477550 commit 25f60ab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

definition/messages/IMessage.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface IMessage {
1919
alias?: string;
2020
file?: IMessageFile;
2121
attachments?: Array<IMessageAttachment>;
22-
urls?: any;
22+
location?: any;
2323
reactions?: IMessageReactions;
2424
groupable?: boolean;
2525
parseUrls?: boolean;

definition/messages/IMessage.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/definition/messages/IMessage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface IMessage {
2020
alias?: string;
2121
file?: IMessageFile;
2222
attachments?: Array<IMessageAttachment>;
23-
urls?: any;
23+
location?: any;
2424
reactions?: IMessageReactions;
2525
groupable?: boolean;
2626
parseUrls?: boolean;

0 commit comments

Comments
 (0)