Files
Telegram-iOS/submodules/TelegramCore/FlatSerialization/Models/StarsAmount.fbs
T
2025-02-21 16:17:15 +01:00

7 lines
97 B
Plaintext

namespace TelegramCore;
table StarsAmount {
value:int64 (id: 0);
nanos:int32 (id: 1);
}