/** * This is auto-generated file, don't modify this file manually */ export interface MessagesLastActivity { /** * Information whether user is online */ online?: 0 | 1; /** * Time when user was online in Unixtime */ time?: number; }