teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSendEncryptedFileParams

    interface MessagesSendEncryptedFileParams {
        data: bytes;
        file: TypeInputEncryptedFileIn;
        peer: InputEncryptedChatIn;
        randomId?: BigInteger;
        silent?: boolean;
    }
    Index
    data: bytes

    TL-serialization of DecryptedMessage type, encrypted with a key generated during chat initialization

    File attachment for the secret chat

    Secret chat ID

    randomId?: BigInteger

    Unique client message ID necessary to prevent message resending

    silent?: boolean

    Whether to send the file without triggering a notification