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