bots.GetAdminedBots

class pyrogram.raw.functions.bots.GetAdminedBots

Get a list of bots owned by the current user

Details:
  • Layer: 223

  • ID: B0711D83

Parameters:

No parameters required.

Returns:

List of User

TL Schema

bots.getAdminedBots#b0711d83

= Vector<User>

Parameter Tree

GetAdminedBots

Example

await app.invoke(
    GetAdminedBots(
    )
)