mirror of
https://github.com/danog/Telegram.git
synced 2024-12-11 08:59:48 +01:00
11 lines
242 B
C
11 lines
242 B
C
|
#import "TLDcOption.h"
|
||
|
|
||
|
@interface TLDcOption$modernDcOption : TLDcOption
|
||
|
|
||
|
@property (nonatomic) int32_t flags;
|
||
|
@property (nonatomic) int32_t n_id;
|
||
|
@property (nonatomic, strong) NSString *ip_address;
|
||
|
@property (nonatomic) int32_t port;
|
||
|
|
||
|
@end
|