Skip to content

Commit 624051b

Browse files
committed
Add missing video_note Message type.
Fix #910
1 parent 64907d1 commit 624051b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
1212
### Deprecated
1313
### Removed
1414
### Fixed
15+
- Added missing `video_note` to `Message` types.
1516
### Security
1617

1718
## [0.54.1] - 2018-10-23

src/Entities/Message.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ public function getType()
291291
'sticker',
292292
'video',
293293
'voice',
294+
'video_note',
294295
'contact',
295296
'location',
296297
'venue',

0 commit comments

Comments
 (0)