We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14ec8d3 + 3df5090 commit e6aabbdCopy full SHA for e6aabbd
src/Telegram.php
@@ -148,7 +148,7 @@ public function sendMessage(array $params): ?ResponseInterface
148
*/
149
public function sendFile(array $params, string $type, bool $multipart = false): ?ResponseInterface
150
{
151
- return $this->sendRequest('send' . Str::studly($type), $params, $multipart);
+ return $this->sendRequest('send'.Str::studly($type), $params, $multipart);
152
}
153
154
/**
0 commit comments