mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-27 06:26:50 +01:00
Receive Updates for Media with destruction timer
This commit is contained in:
parent
394d0f1c44
commit
d9b1d58b66
@ -8603,9 +8603,9 @@ bool Client::need_skip_update_message(int64 chat_id, const object_ptr<td_api::me
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (message->ttl_ > 0) {
|
//if (message->ttl_ > 0) {
|
||||||
return true;
|
// return true;
|
||||||
}
|
//}
|
||||||
|
|
||||||
switch (message->content_->get_id()) {
|
switch (message->content_->get_id()) {
|
||||||
case td_api::messagePhoto::ID: {
|
case td_api::messagePhoto::ID: {
|
||||||
|
Loading…
Reference in New Issue
Block a user