ChoiHwaa

Results 3 comments of ChoiHwaa

I can see from this error you passed in a dialog when the expected input is an entity.

There are no names in the [MessageFwdHeader](https://core.telegram.org/constructor/messageFwdHeader) object returned by Telegram on public channels either. Most of this object is optional. ``` MessageFwdHeader( date=datetime.datetime(2022, 6, 9, 14, 43, 5, tzinfo=datetime.timezone.utc),...

``` python # Extra hour here: >>> (datetime(2022, 6, 18) - datetime(1970, 1, 1)).total_seconds() 1655510400.0 >>> datetime.fromtimestamp(1655510400) datetime.datetime(2022, 6, 18, 1, 0) # There's no extra hour here: >>> datetime(2022,...