Skip to content

GramIO API Reference / gramio/dist / TelegramStarAmount

Interface: TelegramStarAmount

Defined in: @gramio/types/out/objects.d.ts:5088

Describes an amount of Telegram Stars.

Documentation

Properties

PropertyTypeDescriptionDefined in
amountnumberInteger amount of Telegram Stars, rounded to 0; can be negative@gramio/types/out/objects.d.ts:5092
nanostar_amount?numberOptional. The number of 1/1000000000 shares of Telegram Stars; from -999999999 to 999999999; can be negative if and only if amount is non-positive@gramio/types/out/objects.d.ts:5096