mirror of
https://github.com/danog/Telegram.git
synced 2024-12-04 02:17:51 +01:00
12 lines
275 B
Objective-C
12 lines
275 B
Objective-C
#import "TGUploadedMessageContent.h"
|
|
|
|
#import "ApiLayer48.h"
|
|
|
|
@interface TGUploadedMessageContentMedia : TGUploadedMessageContent
|
|
|
|
@property (nonatomic, strong, readonly) Api48_InputMedia *inputMedia;
|
|
|
|
- (instancetype)initWithInputMedia:(Api48_InputMedia *)inputMedia;
|
|
|
|
@end
|