mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-13 06:49:23 +00:00
6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
namespace TelegramCore;
|
|
|
|
struct OptionalBool {
|
|
value:bool (id: 0);
|
|
}
|