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

7 lines
79 B
Plaintext

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