Logo
1.0.7

Introduction

  • Quick Start
  • Install Guide
  • Project Setup

Getting Started

  • Authorization
  • Calling Methods
  • Handling Updates
  • Error Handling
  • Examples

API Reference

  • Pyrogram Client
  • Available Methods
  • Available Types
  • Bound Methods
  • Update Handlers
  • Decorators
  • RPC Errors
  • Update Filters

Topic Guides

  • Using Filters
  • Creating Filters
  • More on Updates
  • Configuration File
  • Smart Plugins
  • Session Settings
  • Fast Crypto
  • Storage Engines
  • Text Formatting
  • Object Serialization
  • SOCKS5 Proxy
  • Scheduling Tasks
  • Bots Interaction
  • MTProto vs. Bot API
  • Debugging
  • Test Servers
  • Advanced Usage
  • Voice Calls

Meta

  • Pyrogram FAQ
  • Pyrogram Glossary
  • Powered by Pyrogram
  • Support Pyrogram
  • About the License

Telegram API

  • Raw Functions
  • Raw Types
  • Raw Base
Pyrogram
  • »
  • Raw Base »
  • MessageAction
  • View page source

MessageAction¶

class pyrogram.raw.base.MessageAction¶

This base type has 24 constructors available.

Constructors:
  • MessageActionBotAllowed

  • MessageActionChannelCreate

  • MessageActionChannelMigrateFrom

  • MessageActionChatAddUser

  • MessageActionChatCreate

  • MessageActionChatDeletePhoto

  • MessageActionChatDeleteUser

  • MessageActionChatEditPhoto

  • MessageActionChatEditTitle

  • MessageActionChatJoinedByLink

  • MessageActionChatMigrateTo

  • MessageActionContactSignUp

  • MessageActionCustomAction

  • MessageActionEmpty

  • MessageActionGameScore

  • MessageActionGeoProximityReached

  • MessageActionHistoryClear

  • MessageActionPaymentSent

  • MessageActionPaymentSentMe

  • MessageActionPhoneCall

  • MessageActionPinMessage

  • MessageActionScreenshotTaken

  • MessageActionSecureValuesSent

  • MessageActionSecureValuesSentMe

Next Previous

Built with Sphinx using a theme provided by Read the Docs.