> For the complete documentation index, see [llms.txt](https://prethink.gitbook.io/prtelegrambot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prethink.gitbook.io/prtelegrambot/ru/api/interfeisy/iadminmanager.md).

# IAdminManager

```csharp
namespace PRTelegramBot.Interfaces.Managers
{
    /// <summary>
    /// Интерфейс менеджера администраторов.    
    /// </summary>
    public interface IAdminManager : IUserManager
    {
    }
}

```
