--- title: "updateStarsBalance" description: "updateStarsBalance attributes, type and example" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: updateStarsBalance [Back to constructors index](/API_docs/constructors/index.html) ### Attributes: | Name | Type | Required | |----------|---------------|----------| |balance|[long](/API_docs/types/long.html) | Yes| ### Type: [Update](/API_docs/types/Update.html) ### Example: ``` $updateStarsBalance = ['_' => 'updateStarsBalance', 'balance' => long]; ```