Files
ghostgram/submodules/TelegramCore/FlatSerialization/Models/ItemCollectionId.fbs
T

7 lines
88 B
Plaintext

namespace TelegramCore;
struct ItemCollectionId {
namespace: int;
id: int64;
}