Link Search Menu Expand Document

danog\MadelineProto\EventHandler\Message\Entities\Pre

Back to index

Author: Daniil Gentili daniil@daniil.it

Message entity representing a preformatted codeblock, allowing the user to specify a programming language for the codeblock.

Properties

  • $offset: int Offset of message entity within message (in UTF-16 code units)
  • $length: int Length of message entity within message (in UTF-16 code units)
  • $language: string Programming language of the code

Method list:

Methods:

__construct(int $offset, int $length, string $language)

Parameters:

  • $offset: int
  • $length: int
  • $language: string

toBotAPI(): array

toMTProto(): array

fromRawEntities(list<array> $entities): list<self>

Parameters:

  • $entities: list<array>

fromRawEntity(array $entity): self

Parameters:

  • $entity: array

Generated by danog/phpdoc