mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Little fixes and example
Fixed is_forwarded custom filter & created example
This commit is contained in:
@@ -97,7 +97,7 @@ class ForwardFilter(SimpleCustomFilter):
|
||||
key = 'is_forwarded'
|
||||
|
||||
def check(self, message):
|
||||
return message.forward_from_chat is not None
|
||||
return message.forward_from is not None
|
||||
|
||||
class IsReplyFilter(SimpleCustomFilter):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user