Skip to content

Commit

Permalink
Fix #960 by adding edited property to app_mention event payload
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jun 5, 2021
1 parent 6b1ab43 commit c9108c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/events/base-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ export interface AppMentionEvent {
text: string;
attachments?: MessageAttachment[];
blocks?: (KnownBlock | Block)[];
edited?: {
user: string;
ts: string;
};
ts: string;
channel: string;
event_ts: string;
Expand Down

0 comments on commit c9108c1

Please sign in to comment.