mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image |
---|---|---|---|
starsTransaction | starsTransaction attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: starsTransaction
Attributes:
Name | Type | Required |
---|---|---|
refund | Bool | Optional |
id | string | Yes |
stars | long | Yes |
date | int | Yes |
peer | StarsTransactionPeer | Yes |
title | string | Optional |
description | string | Optional |
photo | WebDocument | Optional |
Type: StarsTransaction
Example:
$starsTransaction = ['_' => 'starsTransaction', 'refund' => Bool, 'id' => 'string', 'stars' => long, 'date' => int, 'peer' => StarsTransactionPeer, 'title' => 'string', 'description' => 'string', 'photo' => WebDocument];