mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-16 00:09:23 +00:00
7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
namespace TelegramCore;
|
|
|
|
table StarsAmount {
|
|
value:int64 (id: 0);
|
|
nanos:int32 (id: 1);
|
|
}
|