Constructor: broadcastRevenueTransactionProceeds
Describes earnings from sponsored messages in a channel in some time frame, see here » for more info.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
amount | long | Yes | Amount in the smallest unit of the cryptocurrency. |
from_date | int | Yes | Start unixtime for the timeframe. |
to_date | int | Yes | End unixtime for the timeframe. |
Type: BroadcastRevenueTransaction
Example:
$broadcastRevenueTransactionProceeds = ['_' => 'broadcastRevenueTransactionProceeds', 'amount' => long, 'from_date' => int, 'to_date' => int];