| 269 | } |
| 270 | |
| 271 | void ChatData::setBotCommands(const std::vector<Data::BotCommands> &list) { |
| 272 | if (_botCommands.update(list)) { |
| 273 | owner().botCommandsChanged(this); |
| 274 | } |
| 275 | } |
| 276 | |
| 277 | void ChatData::setPendingRequestsCount( |
| 278 | int count, |
no test coverage detected