Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface WebAppUser

    interface WebAppUser {
        added_to_attachment_menu?: boolean;
        allows_write_to_pm?: boolean;
        first_name: string;
        id: number;
        is_bot?: boolean;
        is_premium?: boolean;
        language_code?: string;
        last_name?: string;
        photo_url?: string;
        username?: string;
    }
    Index

    Properties

    added_to_attachment_menu?: boolean
    allows_write_to_pm?: boolean
    first_name: string
    id: number
    is_bot?: boolean
    is_premium?: boolean
    language_code?: string
    last_name?: string
    photo_url?: string
    username?: string