Documentation - v0.27.2
    Preparing search index...

    Interface TdMtpAuthorization

    interface TdMtpAuthorization {
        authKeys: TdAuthKey[];
        authKeysToDestroy: TdAuthKey[];
        mainDcId: number;
        userId: Long;
    }
    Index

    Properties

    authKeys: TdAuthKey[]
    authKeysToDestroy: TdAuthKey[]
    mainDcId: number
    userId: Long