Layer 220
BotsGetAdminedBots
Get a list of bots owned by the current user
method
Users
bots.getAdminedBots#b0711d83 = Vector<User>;
Returns
VectorGogram Example
// BotsGetAdminedBots - positional arguments result, err := client.BotsGetAdminedBots() if err != nil { // handle error } // result is *tg.Vector