teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSendEncryptedParams

    interface MessagesSendEncryptedParams {
        data: bytes;
        peer: InputEncryptedChatIn;
        randomId?: BigInteger;
        silent?: boolean;
    }
    Index
    data: bytes

    TL-serialization of DecryptedMessage type, encrypted with a key that was created during chat initialization

    Secret chat ID

    randomId?: BigInteger

    Unique client message ID, necessary to avoid message resending

    silent?: boolean

    Send encrypted message without a notification