Skip to content

Commit 5f1924b

Browse files
committed
Correct URL and comments
1 parent 1caa086 commit 5f1924b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Telegram/Types/InputMedia/Video.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
use unreal4u\TelegramAPI\Telegram\Types\InputMedia;
88

99
/**
10-
* Represents a photo to be sent.
10+
* Represents a video to be sent.
1111
*
1212
* Objects defined as-is november 2017
1313
*
14-
* @see https://core.telegram.org/bots/api#inputmediaphoto
14+
* @see https://core.telegram.org/bots/api#inputmediavideo
1515
*/
1616
class Video extends InputMedia
1717
{

0 commit comments

Comments
 (0)