MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / addRecentJoinChat

Method addRecentJoinChat

Telegram/SourceFiles/data/data_session.cpp:5681–5683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5679}
5680
5681void Session::addRecentJoinChat(const RecentJoinChat &data) {
5682 _recentJoinChat.fire_copy(data);
5683}
5684
5685rpl::producer<RecentJoinChat> Session::recentJoinChat() const {
5686 return _recentJoinChat.events();

Callers 3

joinChannelMethod · 0.80
ChatCreateDoneFunction · 0.80
StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected