diff --git a/src/Telegram/Types/InputMedia/Video.php b/src/Telegram/Types/InputMedia/Video.php index 489d770..2676b8a 100644 --- a/src/Telegram/Types/InputMedia/Video.php +++ b/src/Telegram/Types/InputMedia/Video.php @@ -7,11 +7,11 @@ use unreal4u\TelegramAPI\Telegram\Types\InputMedia; /** - * Represents a photo to be sent. + * Represents a video to be sent. * * Objects defined as-is november 2017 * - * @see https://core.telegram.org/bots/api#inputmediaphoto + * @see https://core.telegram.org/bots/api#inputmediavideo */ class Video extends InputMedia {