mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-02-23 17:14:05 +00:00
key_id can also be a string
This commit is contained in:
@@ -276,7 +276,7 @@ class Message:
|
||||
from_me: Union[bool, int],
|
||||
timestamp: int,
|
||||
time: Union[int, float, str],
|
||||
key_id: int,
|
||||
key_id: Union[int, str],
|
||||
received_timestamp: int,
|
||||
read_timestamp: int,
|
||||
timezone_offset: int = 0,
|
||||
|
||||
Reference in New Issue
Block a user