logo
Electrogram Docs
updates.Difference
Initializing search
    Electrogram
    • Introduction
    • Getting Started
    • API Reference
    • Topic Guides
    • Meta
    • Telegram Raw API
    Electrogram
      • Quick Start
      • Install Guide
      • Project Setup
      • Authorization
      • Invoking Methods
      • Handling Updates
      • Error Handling
      • Examples
      • Electrogram Client
      • Available Methods
      • Available Types
      • Bound Methods
      • Enumerations
      • Update Handlers
      • Decorators
      • RPC Errors
      • Update Filters
      • Using Filters
      • Creating Filters
      • More on Updates
      • Client Settings
      • 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 Electrogram
      • Raw Functions
      • Raw Types
      • Raw Base

    updates.Difference

    class pyrogram.raw.base.updates.Difference

    Occurred changes.

    Constructors:

    This base type has 4 constructors available.

    updates.Difference

    Full list of occurred events.

    updates.DifferenceEmpty

    No events.

    updates.DifferenceSlice

    Incomplete list of occurred events.

    updates.DifferenceTooLong

    The difference is too long, and the specified state must be used to refetch updates.

    Functions:

    This object can be returned by 1 function.

    updates.GetDifference

    Get new updates.

    Back to top
    Previous updates.ChannelDifference
    Next updates.State