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

86 lines
1.2 KiB
Markdown

---
title: danog\MadelineProto\TL\Types\Button: Clickable button.
description:
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# `danog\MadelineProto\TL\Types\Button`
[Back to index](../../../../index.md)
> 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](https://phpdoc.daniil.it)