Link Search Menu Expand Document

Constructor: payments.starGiftAuctionAcquiredGifts

Back to constructors index

Attributes:

NameTypeRequired
giftsArray of StarGiftAuctionAcquiredGiftYes
usersArray of UserYes
chatsArray of ChatYes

Type: payments.StarGiftAuctionAcquiredGifts

Example:

$payments_starGiftAuctionAcquiredGifts = ['_' => 'payments.starGiftAuctionAcquiredGifts', 'gifts' => [StarGiftAuctionAcquiredGift, StarGiftAuctionAcquiredGift], 'users' => [User, User], 'chats' => [Chat, Chat]];