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

Method botCommandsChanged

Telegram/SourceFiles/data/data_session.cpp:1596–1598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1594}
1595
1596void Session::botCommandsChanged(not_null<PeerData*> peer) {
1597 _botCommandsChanges.fire_copy(peer);
1598}
1599
1600rpl::producer<not_null<PeerData*>> Session::botCommandsChanges() const {
1601 return _botCommandsChanges.events();

Callers 5

ApplyChannelUpdateFunction · 0.80
setBotInfoVersionMethod · 0.80
setBotInfoMethod · 0.80
setBotCommandsMethod · 0.80
feedUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected