| 69 | } |
| 70 | |
| 71 | Data::ChatBotCommands::Changed MegagroupInfo::setBotCommands( |
| 72 | const std::vector<Data::BotCommands> &list) { |
| 73 | return _botCommands.update(list); |
| 74 | } |
| 75 | |
| 76 | void MegagroupInfo::ensureForum(not_null<ChannelData*> that) { |
| 77 | if (!_forum) { |
no test coverage detected