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

Commit

Permalink
add state and mediainfo
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Aug 30, 2018
1 parent 38099fa commit e1942e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions message.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ class Message {
text: this.getText(),
timestamp: this.getTimestamp(),
type: binding.dcn_msg_get_type(this.dc_msg),
state: binding.dcn_msg_get_state(this.dc_msg),
summary: this.getSummary().toJson(),
mediaInfo: this.getMediaInfo().toJson(),

This comment has been minimized.

Copy link
@ralphtheninja

ralphtheninja Aug 30, 2018

Member

1-1 😄

file: this.getFile()
}
}
Expand Down

0 comments on commit e1942e2

Please sign in to comment.