Skip to content

Commit 176e149

Browse files
authored
Merge pull request #50 from WideChat/urls_in_app_messages
[NEW] Added 'location' parameter in IMessage
2 parents b37f857 + 25f60ab commit 176e149

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

definition/messages/IMessage.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export interface IMessage {
1919
alias?: string;
2020
file?: IMessageFile;
2121
attachments?: Array<IMessageAttachment>;
22+
location?: any;
2223
reactions?: IMessageReactions;
2324
groupable?: boolean;
2425
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export interface IMessage {
2020
alias?: string;
2121
file?: IMessageFile;
2222
attachments?: Array<IMessageAttachment>;
23+
location?: any;
2324
reactions?: IMessageReactions;
2425
groupable?: boolean;
2526
parseUrls?: boolean;

0 commit comments

Comments
 (0)