mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-24 15:01:36 +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],
|
from_me: Union[bool, int],
|
||||||
timestamp: int,
|
timestamp: int,
|
||||||
time: Union[int, float, str],
|
time: Union[int, float, str],
|
||||||
key_id: int,
|
key_id: Union[int, str],
|
||||||
received_timestamp: int,
|
received_timestamp: int,
|
||||||
read_timestamp: int,
|
read_timestamp: int,
|
||||||
timezone_offset: int = 0,
|
timezone_offset: int = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user