-
Notifications
You must be signed in to change notification settings - Fork 325
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
Unable to upload photos to the channel #479
Comments
@Amirrezaheydari81 Can you provide a context please ? any error message ? |
This is my code use TelegramBot\Api\Client; // بارگیری تنظیمات // Handle /start command // Function to handle photo upload // Handle callback query
}, function () { $bot->run(); The user selects authentication and selects a plan again, and when he sends his photo, that photo should be uploaded to the channel so that the administrator can approve it, but this does not happen and does not give any error. |
This seems correct to me, without an error message it's hard to find a solution but first make sure that your bot has the right to send a photo in the channel. |
The bot is in the admin channel and has all access |
Did it not work? |
Why can't the images sent by the user be uploaded to the robot in a channel? I have tested several times, but it doesn't seem to work.
The text was updated successfully, but these errors were encountered: