mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 11:52:58 +00:00
Support guest chat bot messages.
This commit is contained in:
@@ -591,6 +591,7 @@ not_null<UserData*> Session::processUser(const MTPUser &data) {
|
||||
info->hasMainApp = data.is_bot_has_main_app();
|
||||
info->userCreatesTopics = data.is_bot_forum_can_manage_topics();
|
||||
info->canManageBots = data.is_bot_can_manage_bots();
|
||||
info->supportsGuestChat = data.is_bot_guestchat();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user