ShopGetLotteryItems
Jump to navigation
Jump to search
Method returns game items information (balls, dice or cards).
Method should be called only once, on authentication. Because this information changes very rarely.
Inputs:
- token (string) - betshop token.
- lottery_id (int) - id of the game.
Outputs (array of items):
- ItemId (int) - id of item, which should be passed with bet information when calling ShopPlaceBets method.
- ItemName (string) - item name for visualization. For balls and dice it is number.
- ItemColor (string) - item color. Possible values examples: "red", "black", "yellow", etc.