Layer 220
constructor

Parameters

Name Type Description
Amount long The amount in nanotons.

Returns

StarsAmount

Gogram Example

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