teleproto - v1.229.0
    Preparing search index...

    Interface InputEncryptedChatIn

    interface InputEncryptedChatIn {
        _?: "inputEncryptedChat";
        accessHash: BigInteger;
        chatId: number;
    }
    Index
    _?: "inputEncryptedChat"
    accessHash: BigInteger
    chatId: number