mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 07:47:48 +01:00
38 lines
607 B
Markdown
38 lines
607 B
Markdown
---
|
|
title: sendMessageChooseContactAction
|
|
description: sendMessageChooseContactAction attributes, type and example
|
|
---
|
|
## Constructor: sendMessageChooseContactAction\_17
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$sendMessageChooseContactAction_17 = ['_' => 'sendMessageChooseContactAction'];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_": "sendMessageChooseContactAction"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
sendMessageChooseContactAction_17={_='sendMessageChooseContactAction'}
|
|
|
|
```
|
|
|
|
|