getMyStarBalance()
A method to get the current Telegram Stars balance of the bot. Requires no parameters. On success, returns a StarAmount object.
parameters
this method takes no parameters.
returns
usage in yaebal
getMyStarBalance is directly typed on Api — call it straight off bot.api.
await bot.api.getMyStarBalance();official Bot API docs: https://core.telegram.org/bots/api/#getmystarbalance