Layer 228
constructor
payments.starGiftActiveAuctions#aef6abbc auctions:Vector<StarGiftActiveAuctionState> users:Vector<User> chats:Vector<Chat> = payments.StarGiftActiveAuctions;

Parameters

Name Type Description
Auctions Vector<StarGiftActiveAuctionState> Auctions where the user has placed a bid
Users Vector<User> Mentioned users
Chats Vector<Chat> Mentioned chats

Gogram Example

// Creating PaymentsStarGiftActiveAuctionsObj constructor
obj := &tg.PaymentsStarGiftActiveAuctionsObj{
    Auctions: []tg.StarGiftActiveAuctionState{&tg.StarGiftActiveAuctionStateObj{}},
    Users: []tg.User{&tg.UserObj{}},
    Chats: []tg.Chat{&tg.ChatObj{}},
}