Add missing video_note Message type.

Fix #910
parent 64907d1e
......@@ -12,6 +12,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Deprecated
### Removed
### Fixed
- Added missing `video_note` to `Message` types.
### Security
## [0.54.1] - 2018-10-23
......
......@@ -291,6 +291,7 @@ class Message extends Entity
'sticker',
'video',
'voice',
'video_note',
'contact',
'location',
'venue',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment