| schedule_date: datetime = None, | ||
| protect_content: bool = None | ||
| protect_content: bool = None, | ||
| drop_author: bool = None |
There was a problem hiding this comment.
function parameter
if True - author will be hidden
Sorry, something went wrong.
| Protects the contents of the sent message from forwarding and saving. | ||
|
|
||
| drop_author (``bool``, *optional*): | ||
| Forwards messages without quoting the original author |
There was a problem hiding this comment.
docstring for new param
Sorry, something went wrong.
| schedule_date=utils.datetime_to_timestamp(schedule_date), | ||
| noforwards=protect_content | ||
| noforwards=protect_content, | ||
| drop_author=drop_author |
There was a problem hiding this comment.
pass parameter to raw.functions.messages.ForwardMessages
Sorry, something went wrong.
| self.reactions = reactions | ||
| self._reactions = reactions | ||
|
|
||
| @property |
Sorry, something went wrong.
|
@delivrance could you merge it? I also tested it and it works without any issue |
Sorry, something went wrong.
Issue #1211
My manual tests
Expect: Default forwarding
Expect: Same behavior
Expect: Forward without author account