mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Build MtProtoKit
This commit is contained in:
11
submodules/MtProtoKit/Sources/MTNewSessionCreatedMessage.h
Normal file
11
submodules/MtProtoKit/Sources/MTNewSessionCreatedMessage.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface MTNewSessionCreatedMessage : NSObject
|
||||
|
||||
@property (nonatomic, readonly) int64_t firstMessageId;
|
||||
@property (nonatomic, readonly) int64_t uniqueId;
|
||||
@property (nonatomic, readonly) int64_t serverSalt;
|
||||
|
||||
- (instancetype)initWithFirstMessageId:(int64_t)firstMessageId uniqueId:(int64_t)uniqueId serverSalt:(int64_t)serverSalt;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user