mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-24 08:36:07 +02:00
6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
namespace TelegramCore;
|
|
|
|
struct OptionalBool {
|
|
value:bool (id: 0);
|
|
}
|