interface ChatPPrivate implements _ChatPBaseRe-exportimport { type ChatPPrivate } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; Propertiestype: "private"optionalisBot: booleanWhether this is a bot's chat. firstName: stringThe first name of the user. optionallastName: stringThe last name of the user. optionalusername: stringThe user's main username. optionalalso: string[]The user's additional usernames. isScam: booleanWhether the user has been identified as scam. isFake: booleanWhether the user has been identified as an impersonator. isSupport: booleanWhether the user is official support. isVerified: booleanWhether the user has been verified. optionalisRestricted: booleanWhether the user has been restricted. optionalrestrictionReason: RestrictionReason[]The reason why the user has been restricted.