toloka.async_client.client.AsyncTolokaClient.get_user_bonus
| Source code
async get_user_bonus(self, user_bonus_id: str)
Gets information about a Toloker's reward.
Parameters | Type | Description |
---|---|---|
user_bonus_id | str | The ID of the reward. |
Returns:
The information about the reward.
Return type:
Examples:
toloka_client.get_user_bonus(user_bonus_id='1')