Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Video and Image diemensions field in respective class
Both classes ImageConversationCard and VideoConversationCard have field which have data related to dimensions/size of Video/Image but these fields despite present in API are being dropped/ignored in class properties/attributes, thus consumer of this library can't assess data like 'image_display_height' on ImageConversationCard till now. Current fix enable the same.
- Loading branch information