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

Parameters

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

Gogram Example

// Creating InputStarsTransactionObj constructor
obj := &tg.InputStarsTransactionObj{
    Id: "Hello, World!",

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