We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b5f0d commit 5a93bafCopy full SHA for 5a93baf
1 file changed
README.md
@@ -69,7 +69,7 @@ bot.on(media_group(), (ctx: MediaGroupContext<Context>) => {
69
}
70
71
if ('video' in media) {
72
- console.log('Photo:', media.video)
+ console.log('Video:', media.video)
73
74
75
})
0 commit comments