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 ...@@ -12,6 +12,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Deprecated ### Deprecated
### Removed ### Removed
### Fixed ### Fixed
- Added missing `video_note` to `Message` types.
### Security ### Security
## [0.54.1] - 2018-10-23 ## [0.54.1] - 2018-10-23
......
...@@ -291,6 +291,7 @@ class Message extends Entity ...@@ -291,6 +291,7 @@ class Message extends Entity
'sticker', 'sticker',
'video', 'video',
'voice', 'voice',
'video_note',
'contact', 'contact',
'location', 'location',
'venue', '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