MadelineProtoDocs/docs/API_docs/constructors/updateQuickReplyMessage.md
2024-05-01 14:53:46 +02:00

629 B

title description nav_exclude image
updateQuickReplyMessage updateQuickReplyMessage attributes, type and example true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateQuickReplyMessage

Back to constructors index

Attributes:

Name Type Required
message Message Optional

Type: Update

Example:

$updateQuickReplyMessage = ['_' => 'updateQuickReplyMessage', 'message' => Message];