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