get_owned_bots()¶
- Client.get_owned_bots()
Returns the list of bots owned by the current user.
Usable by Users Bots
- Returns:
List of
User– On success.
Example
bots = await app.get_owned_bots()
Returns the list of bots owned by the current user.
Usable by Users Bots
List of User – On success.
Example
bots = await app.get_owned_bots()