Minor correction
This commit is contained in:
parent
27ffc3408d
commit
de3a887af7
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue