/** A media album */ export declare class PushMessageContentMediaAlbumBaseModel { _: 'pushMessageContentMediaAlbum'; /** Number of messages in the album */ totalCount: number; /** True, if the album has at least one photo */ hasPhotos: boolean; /** True, if the album has at least one video */ hasVideos: boolean; }