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

Method channelDifferenceTooLong

Telegram/SourceFiles/data/data_session.cpp:5159–5161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5157}
5158
5159void Session::channelDifferenceTooLong(not_null<ChannelData*> channel) {
5160 _channelDifferenceTooLong.fire_copy(channel);
5161}
5162
5163rpl::producer<not_null<ChannelData*>> Session::channelDifferenceTooLong() const {
5164 return _channelDifferenceTooLong.events();

Callers 3

subscribeToUpdatesMethod · 0.80
channelDifferenceDoneMethod · 0.80
HistoryWidgetMethod · 0.80

Calls 1

eventsMethod · 0.45

Tested by

no test coverage detected