MCPcopy 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
2745void Session::clearPinnedChats(Data::Folder *folder) {
2746 chatsList(folder)->pinned()->clear();
2747}
2748
2749void Session::reorderTwoPinnedChats(
2750 FilterId filterId,

Callers 1

requestPinnedDialogsMethod · 0.80

Calls 2

clearMethod · 0.45
pinnedMethod · 0.45

Tested by

no test coverage detected