mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 13:54:39 +01:00
Send TTL service messages to update handler
This commit is contained in:
parent
badc751a0f
commit
75456bfad4
@ -52,6 +52,7 @@ trait ResponseHandler
|
||||
case 'decryptedMessageActionSetMessageTTL':
|
||||
$this->secret_chats[$update['message']['chat_id']]['ttl'] = $update['message']['decrypted_message']['action']['ttl_seconds'];
|
||||
|
||||
$this->save_update($update);
|
||||
return;
|
||||
case 'decryptedMessageActionNoop':
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user