Files
AyuGramDesktop/Telegram/SourceFiles/platform/mac/native_event_mac.h
T
2026-06-09 14:28:13 +04:00

15 lines
358 B
C++

/*
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 Platform {
[[nodiscard]] bool PossiblyTextTypingEvent(void *event);
} // namespace Platform