Link Search Menu Expand Document

danog\MadelineProto\EventHandler\Pinned\PinnedGroupMessages

Back to index

Author: Daniil Gentili daniil@daniil.it

Represents messages that were pinned/unpinned in a chat/supergroup.

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