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

624 B

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

Constructor: messageActionBoostApply

Back to constructors index

Attributes:

Name Type Required
boosts int Yes

Type: MessageAction

Example:

$messageActionBoostApply = ['_' => 'messageActionBoostApply', 'boosts' => int];