get_owned_bots()#

Client.get_owned_bots()[source]#

Returns the list of bots owned by the current user.

Usable by Users Bots
Returns:

List of User – On success.

Raises:

RPCError <../../start/errors> – In case of a Telegram RPC error.

Example

bots = await app.get_owned_bots()