/* This file is part of Telegram Desktop, the official desktop application for the Telegram messaging service. For license and copyright information please follow this link: https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL */ #pragma once #include "base/object_ptr.h" #include "ui/layers/generic_box.h" class PeerData; namespace Window { class SessionController; } // namespace Window namespace Ui { class SendAsButton; void ChooseSendAsBox( not_null box, std::vector> list, not_null chosen, Fn)> done); void SetupSendAsButton( not_null button, rpl::producer active, not_null window); void SetupSendAsButton( not_null button, not_null window); } // namespace Ui