UNPKG

@ton-hard-core/nest-twa

Version:
16 lines (15 loc) 376 B
export type TelegramUser = Readonly<{ id: number; isBot?: boolean; firstName: string; lastName?: string; username?: string; languageCode: string; isPremium?: boolean; addedToAttachmentMenu?: boolean; allowsWriteToPm?: boolean; photoUrl?: string; }>; export declare const TelegramUser: { fromJSON: (json: string) => TelegramUser; };