Skip to content
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

Just Changed forwardmessage To CopyMessage #7

Merged
merged 2 commits into from Dec 8, 2020

Conversation

benchamxd
Copy link
Contributor

Just changed "Forwardmessage" To "CopyMessage" Coz In Telegram bot Api V5.0 telegram introduced a new method "CopyMessage" insted of forward message. So we can send file without forward tag

web/index.php Outdated
@@ -20,7 +20,7 @@
$msg_param_s = explode("_", $message_params[1]);
$req_message_id = $msg_param_s[1];
try {
$bot->api->forwardMessage(array(
$bot->api->CopyMessage(array(
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

c is in lower case, 😬😀☺️

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok now😄

@SpEcHiDe SpEcHiDe merged commit 475225b into SpEcHiDe:master Dec 8, 2020
RomanGoddess added a commit to RomanGoddess/FilesBot that referenced this pull request Dec 8, 2020
Just Changed forwardmessage To CopyMessage (SpEcHiDe#7)
@RomanGoddess RomanGoddess mentioned this pull request Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants