Link Search Menu Expand Document

Constructor: starGiftAuctionStateFinished

Back to constructors index

Attributes:

NameTypeRequired
start_dateintYes
end_dateintYes
average_pricelongYes

Type: StarGiftAuctionState

Example:

$starGiftAuctionStateFinished = ['_' => 'starGiftAuctionStateFinished', 'start_date' => int, 'end_date' => int, 'average_price' => long];