mirror of
https://github.com/PaiGramTeam/telegram-bot-api.git
synced 2024-11-22 06:57:51 +00:00
Update TDLib to 1.8.25.
This commit is contained in:
parent
4639fbfb64
commit
f1b9eb8d4c
2
td
2
td
@ -1 +1 @@
|
||||
Subproject commit 983f669116b5e636b2cf92f8c1df3c5f2d073da2
|
||||
Subproject commit d93a99e3351db82573d765ce4f5e84714c277518
|
@ -2816,6 +2816,8 @@ void Client::JsonMessage::store(td::JsonValueScope *scope) const {
|
||||
object("giveaway_completed", JsonGiveawayCompleted(content, message_->chat_id, client_));
|
||||
break;
|
||||
}
|
||||
case td_api::messageChatBoost::ID:
|
||||
break;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
}
|
||||
@ -12347,6 +12349,8 @@ bool Client::need_skip_update_message(int64 chat_id, const object_ptr<td_api::me
|
||||
return true;
|
||||
case td_api::messagePremiumGiftCode::ID:
|
||||
return true;
|
||||
case td_api::messageChatBoost::ID:
|
||||
return true;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user