mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-03 13:13:55 +00:00
7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
namespace TelegramCore;
|
|
|
|
struct MediaId {
|
|
namespace: int;
|
|
id: int64;
|
|
}
|