--- title: "stats.broadcastRevenueWithdrawalUrl" description: "stats.broadcastRevenueWithdrawalUrl attributes, type and example" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png redirect_from: /API_docs/constructors/stats_broadcastRevenueWithdrawalUrl.html --- # Constructor: stats.broadcastRevenueWithdrawalUrl [Back to constructors index](/API_docs/constructors/index.html) ### Attributes: | Name | Type | Required | |----------|---------------|----------| |url|[string](/API_docs/types/string.html) | Yes| ### Type: [stats.BroadcastRevenueWithdrawalUrl](/API_docs/types/stats.BroadcastRevenueWithdrawalUrl.html) ### Example: ``` $stats_broadcastRevenueWithdrawalUrl = ['_' => 'stats.broadcastRevenueWithdrawalUrl', 'url' => 'string']; ```