Skip to content
Pyrofork Documentation
PaidMedia
Initializing search
    pyrofork
    • Introduction
    • Getting Started
    • API Reference
    • Topic Guides
    • Meta
    • Telegram Raw API
    pyrofork
      • Quick Start
      • Install Guide
      • Project Setup
      • Authorization
      • Invoking Methods
      • Handling Updates
      • Error Handling
      • Examples
      • Pyrofork Client
      • Available Methods
      • Available Types
        • Users & Chats
        • Messages & Media
        • Stories
        • Pyromod
        • Bot
        • Bot keyboards
        • Bot commands
        • Telegram Business
        • Input Media
        • Inline Mode
        • InputMessageContent
        • ShippingQuery
        • PreCheckoutQuery
        • Payment
          • CheckedGiftCode
          • ExtendedMediaPreview
          • GiftCode
          • GiftedPremium
          • InputStarsTransaction
          • Invoice
          • LabeledPrice
          • PaidMedia
            • Cpyrogram.types.PaidMedia
              • Parameters
          • PaidMessagePriceChanged
          • PaymentForm
          • PaymentInfo
          • PaymentRefunded
          • PurchasedPaidMedia
          • StarsStatus
          • StarsTransaction
          • SuccessfulPayment
        • Authorization
      • Bound Methods
      • Enumerations
      • Update Handlers
      • Decorators
      • RPC Errors
      • Update Filters
      • Using Filters
      • Creating Filters
      • More on Updates
      • Client Settings
      • Speedups
      • Text Formatting
      • Synchronous Usage
      • Smart Plugins
      • Storage Engines
      • Object Serialization
      • Proxy Settings
      • Scheduling Tasks
      • MTProto vs. Bot API
      • Debugging
      • Test Servers
      • Advanced Usage
      • Voice Calls
      • Frequently Asked Questions
      • Support Pyrofork
      • Raw Functions
      • Raw Types
      • Raw Base
    • Cpyrogram.types.PaidMedia
      • Parameters

    PaidMedia¶

    class pyrogram.types.PaidMedia¶

    A PaidMedia.

    Parameters:¶
    • stars_amount (int) – Amount of stars.

    • extended_media (List of Animation | ExtendedMediaPreview | Photo | Video, optional) – Extended media.

    Back to top
    Previous LabeledPrice
    Next PaidMessagePriceChanged
    Created using Sphinx 8.1.3. and Sphinx-Immaterial