-
Notifications
You must be signed in to change notification settings - Fork 124
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
send_file doesn't work for me #187
Comments
by default file to send needs to be in "data-bot-bash" dir and absolute pathnames are not allowed |
fine |
From send_file function reference: https://github.com/topkecleon/telegram-bot-bash/blob/master/doc/6_reference.md
|
but you raise a valid point, I will add error resposes to send _file in the next release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
send_file "-781874795" "/var/www/tmp/download.png" "Lool"
bin/send_file.sh "-781874795" "/var/www/tmp/download.png" "Lool"
and doesn't get anything, but I send_message function is work for me to send messages.
The text was updated successfully, but these errors were encountered: