mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Bundle silent and scheduled to Api::SendOptions.
This commit is contained in:
@@ -21,6 +21,10 @@ class HistoryWidget;
|
||||
class StackItem;
|
||||
struct FileLoadResult;
|
||||
|
||||
namespace Api {
|
||||
struct SendAction;
|
||||
} // namespace Api
|
||||
|
||||
namespace Main {
|
||||
class Session;
|
||||
} // namespace Main
|
||||
@@ -231,7 +235,7 @@ public:
|
||||
void pushReplyReturn(not_null<HistoryItem*> item);
|
||||
|
||||
void cancelForwarding(not_null<History*> history);
|
||||
void finishForwarding(not_null<History*> history, bool silent);
|
||||
void finishForwarding(Api::SendAction action);
|
||||
|
||||
// Does offerPeer or showPeerHistory.
|
||||
void choosePeer(PeerId peerId, MsgId showAtMsgId);
|
||||
|
Reference in New Issue
Block a user