teleproto - v1.229.0
    Preparing search index...

    Interface ApiCredentials

    Credential needed for the authentication. you can get theses from https://my.telegram.org/auth
    Note: This is required for both logging in as a bot and a user.

    interface ApiCredentials {
        apiHash: string;
        apiId: number;
    }
    Index
    apiHash: string

    the app api hash

    apiId: number

    The app api id.