hi
@DonManfred
in jtelegrambot lib
the "message.date" and "replymessage.date" have a problem
message.date return int value
but the int has limit it should long or string
for example :
Log("Date:" & message.Date) //int
Log("system:"&DateTime.Now) //long
result :
Date:1565595517 (this is mistake)
system:1565595522768 (this is correct)
@DonManfred
in jtelegrambot lib
the "message.date" and "replymessage.date" have a problem
message.date return int value
but the int has limit it should long or string
for example :
Log("Date:" & message.Date) //int
Log("system:"&DateTime.Now) //long
result :
Date:1565595517 (this is mistake)
system:1565595522768 (this is correct)