Getting the last time stamp of a group (or of a message) gives a string of an abnormally high integer value:
>> thread = client.fetchThreadList()[0]
>> ts = int(thread.last_message_timestamp)
>> ts
1522504826129
>> datetime.fromtimestamp(ts)
ValueError: year 50216 is out of range
Getting the last time stamp of a group (or of a message) gives a string of an abnormally high integer value: