Link Search Menu Expand Document

Constructor: encryptedChatDiscarded

Back to constructors index

Discarded or deleted chat.

Attributes:

NameTypeRequiredDescription
history_deletedBoolOptionalWhether both users of this secret chat should also remove all of its messages
idintYesChat ID

Type: EncryptedChat

Example:

$encryptedChatDiscarded = ['_' => 'encryptedChatDiscarded', 'history_deleted' => Bool, 'id' => int];