Layer 227
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.VectorStarGiftActiveAuctionState{},
    Users: &tg.VectorUser{},
    Chats: &tg.VectorChat{},
}