mirror of
https://github.com/danog/Telegram.git
synced 2024-12-03 09:57:46 +01:00
16 lines
397 B
Objective-C
16 lines
397 B
Objective-C
#import "TLUpdates.h"
|
|
|
|
@class TLMessageMedia;
|
|
|
|
@interface TLUpdates$updateShortSentMessage : TLUpdates
|
|
|
|
@property (nonatomic) int32_t flags;
|
|
@property (nonatomic) int32_t n_id;
|
|
@property (nonatomic) int32_t pts;
|
|
@property (nonatomic) int32_t pts_count;
|
|
@property (nonatomic) int32_t date;
|
|
@property (nonatomic, strong) TLMessageMedia *media;
|
|
@property (nonatomic, strong) NSArray *entities;
|
|
|
|
@end
|