Layer 227
constructor
starsTonAmount#74aee3e0 amount:long = StarsAmount;

Parameters

Name Type Description
Amount long The amount in nanograms.

Returns

StarsAmount

Gogram Example

// Creating StarsTonAmount constructor
obj := &tg.StarsTonAmount{
    Amount: int64(1234567890),
}