> 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/iprsettings.md).

# IPRSettings

```csharp
using PRTelegramBot.Interfaces;

namespace PRTelegramBot.Providers
{
    /// <summary>
    /// Глобальные настройки.
    /// </summary>
    public interface IPRSettings
    {
    }
}


```
