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

85 lines
1.1 KiB
Markdown
Raw Normal View History

2020-10-15 18:42:54 +02:00
---
title: danog\MadelineProto\TL\Types\Button: Clickable button.
description:
---
# `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
2020-10-15 19:11:10 +02:00
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)