2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Show requests / group call / report in forums.

This commit is contained in:
John Preston
2022-10-21 18:10:56 +04:00
parent b92b8e56cb
commit 5314833c82
5 changed files with 148 additions and 10 deletions

View File

@@ -401,6 +401,7 @@ public:
[[nodiscard]] bool canShowSeparateWindow(not_null<PeerData*> peer) const;
void showPeer(not_null<PeerData*> peer, MsgId msgId = ShowAtUnreadMsgId);
void startOrJoinGroupCall(not_null<PeerData*> peer);
void startOrJoinGroupCall(
not_null<PeerData*> peer,
Calls::StartGroupCallArgs args);