diff --git a/telegram-bot-api/Client.cpp b/telegram-bot-api/Client.cpp index 67bcf1d..cea1026 100644 --- a/telegram-bot-api/Client.cpp +++ b/telegram-bot-api/Client.cpp @@ -11092,6 +11092,11 @@ bool Client::need_skip_update_message(int64 chat_id, const object_ptris_supergroup && message->content_->get_id() == td_api::messageSupergroupChatCreate::ID) { + // don't send message about channel creation, even the bot was added at exactly the same time + return true; + } } if (message->self_destruct_time_ > 0) {