danog\MadelineProto\EventHandler\Message\Entities\TextUrl
Author: Daniil Gentili daniil@daniil.it
Message entity representing a text url: for in-text urls like https://google.com use Url.
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)$url
:string
The actual URL
Method list:
__construct(int $offset, int $length, string $url)
toBotAPI(): array
toMTProto(): array
fromRawEntities(list<array> $entities): list<self>
fromRawEntity(self|array $entity): self
Methods:
__construct(int $offset, int $length, string $url)
Parameters:
$offset
:int
$length
:int
$url
:string
toBotAPI(): array
toMTProto(): array
fromRawEntities(list<array> $entities): list<self>
Parameters:
$entities
:list<array>
fromRawEntity(self|array $entity): self
Parameters:
$entity
:self|array
Generated by danog/phpdoc