messages.discardEncryption

Cancels a request for creation and/or delete info on secret chat.

 Method schema is available as of layer 123. Switch ยป

Parameters

Name Type Description
flags # Flags, see TL conditional fields
delete_history flags.0?true Whether to delete the entire chat history for the other user as well
chat_id int Secret chat ID

Result

Bool

Possible errors

Code Type Description
400 CHAT_ID_EMPTY The provided chat ID is empty.
400 ENCRYPTION_ALREADY_ACCEPTED Secret chat already accepted.
400 ENCRYPTION_ALREADY_DECLINED The secret chat was already declined.
400 ENCRYPTION_ID_INVALID The provided secret chat ID is invalid.