38 lines
597 B
Markdown
38 lines
597 B
Markdown
|
---
|
||
|
title: sendMessageChooseContactAction
|
||
|
description: sendMessageChooseContactAction attributes, type and example
|
||
|
---
|
||
|
## Constructor: sendMessageChooseContactAction
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$sendMessageChooseContactAction = ['_' => 'sendMessageChooseContactAction'];
|
||
|
```
|
||
|
|
||
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
||
|
|
||
|
```
|
||
|
{"_": "sendMessageChooseContactAction"}
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
sendMessageChooseContactAction={_='sendMessageChooseContactAction'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|