Layer 220
constructor
inputStarsTransaction#206ae6d1 flags:# refund:flags.0?true id:string = InputStarsTransaction;

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
Refund flags.0?true If set, fetches info about the refund transaction for this transaction.
Id string Transaction ID.

Gogram Example

// Creating InputStarsTransaction constructor
obj := &tg.InputStarsTransaction{
    Id: "...",

    // Optional fields:
    // Refund: true,
}