Resize sticker

This commit is contained in:
KnugiHK
2023-06-15 16:59:54 +08:00
parent a49a911e03
commit f7f6b01c86
4 changed files with 15 additions and 2 deletions

View File

@@ -351,6 +351,8 @@ def messages(db, data, media_folder):
invalid = True
else:
if content["media_wa_type"] == 20: # Sticker
message.sticker = True
if content["key_from_me"] == 1:
if content["status"] == 5 and content["edit_version"] == 7 or table_message and content["message_type"] == 15:
msg = "Message deleted"