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

Method historyUpdates

Telegram/SourceFiles/data/data_changes.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149rpl::producer<HistoryUpdate> Changes::historyUpdates(
150 HistoryUpdate::Flags flags) const {
151 return _historyChanges.updates(flags);
152}
153
154rpl::producer<HistoryUpdate> Changes::historyUpdates(
155 not_null<History*> history,

Callers 10

MainWidgetMethod · 0.80
addToggleArchiveMethod · 0.80
sourceMethod · 0.80
sourceMethod · 0.80
WidgetMethod · 0.80
InnerWidgetMethod · 0.80
HistoryWidgetMethod · 0.80
HistoryInnerMethod · 0.80
ChatWidgetMethod · 0.80
ListWidgetMethod · 0.80

Calls 1

updatesMethod · 0.45

Tested by

no test coverage detected