Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ clearPinnedChats
Method
clearPinnedChats
Telegram/SourceFiles/data/data_session.cpp:2745–2747 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2743
}
2744
2745
void Session::clearPinnedChats(Data::Folder *folder) {
2746
chatsList(folder)->pinned()->clear();
2747
}
2748
2749
void Session::reorderTwoPinnedChats(
2750
FilterId filterId,
Callers
1
requestPinnedDialogs
Method · 0.80
Calls
2
clear
Method · 0.45
pinned
Method · 0.45
Tested by
no test coverage detected