mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-11 16:50:37 +01:00
30 lines
853 B
Markdown
30 lines
853 B
Markdown
|
---
|
||
|
title: "broadcastRevenueTransactionProceeds"
|
||
|
description: "broadcastRevenueTransactionProceeds attributes, type and example"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: broadcastRevenueTransactionProceeds
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|---------------|----------|
|
||
|
|amount|[long](/API_docs/types/long.html) | Yes|
|
||
|
|from\_date|[int](/API_docs/types/int.html) | Yes|
|
||
|
|to\_date|[int](/API_docs/types/int.html) | Yes|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [BroadcastRevenueTransaction](/API_docs/types/BroadcastRevenueTransaction.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$broadcastRevenueTransactionProceeds = ['_' => 'broadcastRevenueTransactionProceeds', 'amount' => long, 'from_date' => int, 'to_date' => int];
|
||
|
```
|