We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64907d1 commit 624051bCopy full SHA for 624051b
CHANGELOG.md
@@ -12,6 +12,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
12
### Deprecated
13
### Removed
14
### Fixed
15
+- Added missing `video_note` to `Message` types.
16
### Security
17
18
## [0.54.1] - 2018-10-23
src/Entities/Message.php
@@ -291,6 +291,7 @@ public function getType()
291
'sticker',
292
'video',
293
'voice',
294
+ 'video_note',
295
'contact',
296
'location',
297
'venue',
0 commit comments