luzapi
    Preparing search index...

    Interface TelegramUser

    interface TelegramUser {
        auth_token: string | null;
        id: number;
        telegram_id: number;
        token_expires_at: string | null;
        username: string | null;
    }
    Index

    Properties

    auth_token: string | null
    id: number
    telegram_id: number
    token_expires_at: string | null
    username: string | null