/** A message with a location */ export declare class PushMessageContentLocationBaseModel { _: 'pushMessageContentLocation'; /** True, if the location is live */ isLive: boolean; /** True, if the message is a pinned message with the specified content */ isPinned: boolean; }