Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Merge 7aededf into 8b84d53
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Dec 10, 2019
2 parents 8b84d53 + 7aededf commit c7d001b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/message.js
Expand Up @@ -120,7 +120,11 @@ class Message {
summary: this.getSummary().toJson(),
isSetupmessage: this.isSetupmessage(),
isInfo: this.isInfo(),
isForwarded: this.isForwarded()
isForwarded: this.isForwarded(),
dimensions: {
height: this.getHeight(),
width: this.getWidth()
}
}
}

Expand Down

0 comments on commit c7d001b

Please sign in to comment.