sclass TelegramMsg { S globalID; long date, originalDate; S firstName, lastName; int userID; S text; bool sent; long chatID; toString { ret sfu(this); } }