841 B
841 B
title | description | image |
---|---|---|
messageActionPaymentSent | Message action payment sent | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionPaymentSent
Message action payment sent
Attributes:
Name | Type | Required | Description |
---|---|---|---|
currency | string | Yes | Currency |
total_amount | long | Yes | Total amount |
Type: MessageAction
Example:
$messageActionPaymentSent = ['_' => 'messageActionPaymentSent', 'currency' => 'string', 'total_amount' => long];
Or, if you're into Lua:
messageActionPaymentSent={_='messageActionPaymentSent', currency='string', total_amount=long}