mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
624 B
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
Attributes:
Name | Type | Required |
---|---|---|
boosts | int | Yes |
Type: MessageAction
Example:
$messageActionBoostApply = ['_' => 'messageActionBoostApply', 'boosts' => int];