MadelineProtoDocs/old_docs/API_docs_v14/constructors/sendMessageChooseContactAct...

579 B

title description image
sendMessageChooseContactAction User is selecting a contact to share. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: sendMessageChooseContactAction

Back to constructors index

User is selecting a contact to share.

Type: SendMessageAction

Example:

$sendMessageChooseContactAction = ['_' => 'sendMessageChooseContactAction'];

Or, if you're into Lua:

sendMessageChooseContactAction={_='sendMessageChooseContactAction'}