Minor correction

This commit is contained in:
netkas 2024-10-09 15:11:55 -04:00
parent 27ffc3408d
commit de3a887af7

View file

@ -70,7 +70,7 @@
}
// If no local files to upload, use regular POST method
return Message::fromArray(self::executeCurl(self::buildPost($bot, Methods::SEND_VIDEO->value, $parameters)));
return Message::fromArray(self::executeCurl(self::buildPost($bot, Methods::SEND_VIDEO_NOTE->value, $parameters)));
}
/**