Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ephemeral to Attachment ts
Browse files Browse the repository at this point in the history
JustCat80 committed Sep 16, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent acc1d19 commit 9fcabf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -970,6 +970,7 @@ declare namespace Eris {
}
interface Attachment {
content_type?: string;
ephemeral?: boolean;
filename: string;
height?: number;
id: string;

0 comments on commit 9fcabf9

Please sign in to comment.