Link Search Menu Expand Document

danog\MadelineProto\EventHandler\Pinned

Back to index

Author: Daniil Gentili daniil@daniil.it

Indicates that some messages were pinned/unpinned.

Properties

  • $pinned: bool Whether the messages were pinned or unpinned.
  • $ids: list<int> List of identifiers of pinned messages.
  • $chatId: int ID of the chat where the messages were pinned. — Generated by danog/phpdoc