Skip to content

Commit

Permalink
Added typings for attachment image dimensions (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclane authored Mar 24, 2021
1 parent 0dbc496 commit ea4d079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,8 @@ declare namespace Eris {
proxy_url: string;
size: number;
url: string;
height?: number;
width?: number;
}
interface MessageActivity {
party_id?: string;
Expand Down

0 comments on commit ea4d079

Please sign in to comment.