mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-30 15:10:56 +00:00
15 lines
307 B
Objective-C
15 lines
307 B
Objective-C
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface MTRequestErrorContext : NSObject
|
|
|
|
@property (nonatomic) CFAbsoluteTime minimalExecuteTime;
|
|
|
|
@property (nonatomic) NSUInteger internalServerErrorCount;
|
|
@property (nonatomic) NSUInteger floodWaitSeconds;
|
|
|
|
@property (nonatomic) bool waitingForTokenExport;
|
|
|
|
@end
|