MadelineProtoDocs/docs/API_docs/constructors/sendMessageGamePlayAction.md

533 B

title description image
sendMessageGamePlayAction Send message game play action https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: sendMessageGamePlayAction

Back to constructors index

Send message game play action

Type: SendMessageAction

Example:

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

Or, if you're into Lua:

sendMessageGamePlayAction={_='sendMessageGamePlayAction'}