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

Method setBotCommands

Telegram/SourceFiles/data/data_channel.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ApplyChannelUpdateFunction · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected