mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 07:27:20 +01:00
31 lines
489 B
Markdown
31 lines
489 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', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
sendMessageChooseContactAction={_='sendMessageChooseContactAction', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|