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

forward_messages missing #1400

Open
3 tasks done
subcriminal opened this issue Mar 7, 2024 · 2 comments
Open
3 tasks done

forward_messages missing #1400

subcriminal opened this issue Mar 7, 2024 · 2 comments

Comments

@subcriminal
Copy link

Checklist

  • I am sure the error is coming from Pyrogram's code and not elsewhere
  • I have searched in the issue tracker for similar bug reports, including closed ones
  • I ran pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip and reproduced the issue using the latest development version

Description

when playing with pyrogram forward_message , i noticed that there is now drop_author in the system ♥

Steps to reproduce

open forwad_message from source code , there is no drop_author exist

Code example

from pyrogram import client

Logs

No response

@staliox
Copy link

staliox commented Mar 11, 2024

you must use raw method as forawrd_messages method doesn't contain drop_author

have look at this:
https://docs.pyrogram.org/telegram/functions/messages/forward-messages

@subcriminal
Copy link
Author

i did use raw and its so easy to update the official to do that.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants