Skip to content
Pyrofork Documentation
MessageOrigin
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
          • Message
          • MessageEntity
          • MessageOriginChannel
          • MessageOriginChat
          • MessageOriginHiddenUser
          • MessageOriginImport
          • MessageOriginUser
          • MessageOrigin
            • Cpyrogram.types.MessageOrigin
          • Photo
          • Thumbnail
          • Audio
          • AvailableEffect
          • Document
          • ExternalReplyInfo
          • AlternativeVideo
          • Animation
          • Video
          • Voice
          • VideoNote
          • Contact
          • Location
          • Venue
          • Sticker
          • StickerSet
          • Game
          • Gift
          • GiftAttribute
          • Giveaway
          • GiveawayLaunched
          • GiveawayResult
          • MessageStory
          • WebPage
          • WebPageEmpty
          • WebPagePreview
          • TranscribedAudio
          • TranslatedText
          • TextQuote
          • Poll
          • PollOption
          • Dice
          • Reaction
          • VideoChatScheduled
          • VideoChatStarted
          • VideoChatEnded
          • VideoChatMembersInvited
          • WebAppData
          • MessageReactions
          • MessageReactor
          • ChatReactions
          • ForumTopicCreated
          • ForumTopicEdited
          • ForumTopicClosed
          • ForumTopicDeleted
          • ForumTopicReopened
          • GeneralTopicHidden
          • GeneralTopicUnhidden
          • Reaction
          • MessageReactionUpdated
          • MessageReactionCountUpdated
          • ExportedStoryLink
          • ChatTheme
          • ChatWallpaper
          • ContactRegistered
          • ReadParticipant
          • ScreenshotTaken
          • Wallpaper
          • WallpaperSettings
        • Stories
        • Pyromod
        • Bot
        • Bot keyboards
        • Bot commands
        • Telegram Business
        • Input Media
        • Inline Mode
        • InputMessageContent
        • ShippingQuery
        • PreCheckoutQuery
        • Payment
        • 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.MessageOrigin

    MessageOrigin¶

    class pyrogram.types.MessageOrigin¶

    This object describes the origin of a message.

    It can be one of:

    • MessageOriginChannel

    • MessageOriginChat

    • MessageOriginHiddenUser

    • MessageOriginImport

    • MessageOriginUser

    Back to top
    Previous MessageOriginUser
    Next Photo
    Created using Sphinx 8.1.3. and Sphinx-Immaterial