Bug fix on the wrong type of media_wa_type in old Android schema

This commit is contained in:
KnugiHK
2023-06-19 20:26:13 +08:00
parent 525d88f2c6
commit 672b85474e
2 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ class Message():
self.quoted_data = None
self.caption = None
self.thumb = None # Android specific
self.sticker = None
self.sticker = False
def to_json(self):
return {