/
diev
/
stelegramdesktop-tdesktop
Обзор
Документация
Войти
/
diev
/
stelegramdesktop-tdesktop
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
Telegram/SourceFiles/window/window_section_common.h
18 строк
523 B
23rd
Refactored sending bot commands.
27 июл 2021, 02:50
27 июл 2021, 02:50
a030907
Код
Авторство
О чём код?
/* This file is part of Telegram Desktop, the official desktop application for the Telegram messaging service. For license and copyright information please follow this link: https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL */ #pragma once namespace Window { enum class SectionActionResult { Handle, // Handle an action and stay in the current section. Fallback, // Ignore an action and fallback to the HistoryWidget. Ignore, // Ignore an action and stay in the current section. }; } // namespace Window