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

Method itemOrItsGroup

Telegram/SourceFiles/data/data_session.cpp:2510–2515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2508}
2509
2510MessageIdsList Session::itemOrItsGroup(not_null<HistoryItem*> item) const {
2511 if (const auto group = groups().find(item)) {
2512 return itemsToIds(group->items);
2513 }
2514 return { 1, item->fullId() };
2515}
2516
2517void Session::setChatPinned(
2518 Dialogs::Key key,

Callers 10

FastShareMessageFunction · 0.80
FastShareMessageToSelfFunction · 0.80
prepareDragMethod · 0.80
oldForwardAsGroupMethod · 0.80
forwardAsGroupMethod · 0.80
forwardAsGroupNoQuoteMethod · 0.80
AddForwardMessageActionFunction · 0.80
AddSendNowMessageActionFunction · 0.80
prepareDragMethod · 0.80
ShowTopPeersSelectorFunction · 0.80

Calls 2

findMethod · 0.45
fullIdMethod · 0.45

Tested by

no test coverage detected