/** A message with an invoice from a bot */ export declare class PushMessageContentInvoiceBaseModel { _: 'pushMessageContentInvoice'; /** Product price */ price: string; /** True, if the message is a pinned message with the specified content */ isPinned: boolean; }