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

    Interface WebAppInitData

    interface WebAppInitData {
        auth_date?: number;
        can_send_after?: number;
        chat?: WebAppChat;
        chat_instance?: string;
        chat_type?: string;
        hash?: string;
        query_id?: string;
        receiver?: WebAppUser;
        start_param?: string;
        user?: WebAppUser;
    }
    Index

    Properties

    auth_date?: number
    can_send_after?: number
    chat?: WebAppChat
    chat_instance?: string
    chat_type?: string
    hash?: string
    query_id?: string
    receiver?: WebAppUser
    start_param?: string
    user?: WebAppUser