MadelineProtoDocs/docs/PHP/danog/MadelineProto/TL/Types/Button.md

1.1 KiB

title: danog\MadelineProto\TL\Types\Button: Clickable button. description:

danog\MadelineProto\TL\Types\Button

Back to index

Author: Daniil Gentili daniil@daniil.it

Clickable button.

Method list:

  • click(bool $donotwait): mixed
  • jsonSerialize(): array
  • offsetSet( $name, mixed $value): void
  • offsetGet( $name): mixed
  • offsetUnset( $name): void
  • offsetExists( $name): bool

Methods:

click(bool $donotwait): mixed

Click on button.

Parameters:

  • $donotwait: bool Whether to wait for the result of the method

jsonSerialize(): array

Serialize button.

offsetSet( $name, mixed $value): void

Set button info.

Parameters:

  • $name: `` Offset
  • $value: mixed Value

offsetGet( $name): mixed

Get button info.

Parameters:

  • $name: `` Field name

offsetUnset( $name): void

Unset button info.

Parameters:

  • $name: `` Offset

offsetExists( $name): bool

Check if button field exists.

Parameters:

  • $name: `` Offset

Generated by danog/phpdoc