-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ارسال نشدن فایل به بات #21
Comments
حجم فایل رو درست نمیفرستید |
به این صورت اصلاح کردم ولی کار نکرد |
به این صورت اصلاح کردم ولی کار نکرد |
میشه لطفا یک نمونه کد کامل از ارسال فایل به بات بزارین؟ |
واسه دستور $bot->uploadFile باید مسیر فایل رو بدید نه لینک فایل رو واسه filesize همینطور باید مسیر دقیق فایل رو بدید نه فقط اسم فایل |
این مسیر سورسه
` |
|
برای من هم همچنین مشکلی هست! |
مشکل کد زیر که از مستندات پی اچ پی گرفته ام چیست کد برای ارسال عکس به ربات است
اما وقتی در سروش روی عکس میزنم می گویید"خطا دانلود" لطفا کمک کنید
`<?php
require dirname(FILE) . '/../vendor/autoload.php';
$bot_token = 'token';
$bot = new Soroush\Client($bot_token);
try {
} catch (Exception $e) {
die($e->getMessage());
}`
The text was updated successfully, but these errors were encountered: