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

Method messageUpdates

Telegram/SourceFiles/data/data_changes.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253rpl::producer<MessageUpdate> Changes::messageUpdates(
254 MessageUpdate::Flags flags) const {
255 return _messageChanges.updates(flags);
256}
257
258rpl::producer<MessageUpdate> Changes::messageUpdates(
259 not_null<HistoryItem*> item,

Callers 15

setupShuffleDataMethod · 0.80
EditTodoListBoxMethod · 0.80
AddTodoListTasksBoxMethod · 0.80
ReplyPillHeaderMethod · 0.80
trackSessionMethod · 0.80
subscribeToUpdatesMethod · 0.80
sourceMethod · 0.80
ReactionsMethod · 0.80
EmojiInteractionsMethod · 0.80
prepareMethod · 0.80
PreparedContextAtFunction · 0.80

Calls 1

updatesMethod · 0.45

Tested by

no test coverage detected