Explicitly use MissingInvitees.

This commit is contained in:
levlam 2024-04-21 02:50:11 +03:00
parent 2ddab77b3e
commit 47368ec988

View File

@ -137,7 +137,8 @@ class CreateChannelQuery final : public Td::ResultHandler {
return on_error(result_ptr.move_as_error());
}
td_->messages_manager_->on_create_new_dialog(result_ptr.move_as_ok(), Auto(), Auto(), std::move(promise_));
td_->messages_manager_->on_create_new_dialog(result_ptr.move_as_ok(), MissingInvitees(), Auto(),
std::move(promise_));
}
void on_error(Status status) final {