Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Jul 22, 2022
1 parent 512a55c commit 5b451c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram_periodic_msg_bot/utils/pyrogram_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ChatMembersFilter(Enum):

# Wrapper for pyrogram for handling different versions
class PyrogramWrapper:
# Get if channel
# Get message id
@staticmethod
def MessageId(message: pyrogram.types.Message) -> int:
if PyrogramWrapper.__Version() == 2:
Expand Down

0 comments on commit 5b451c6

Please sign in to comment.