C# Class OTHub.APIServer.Controllers.TelegramController

Inheritance: Controller
Afficher le fichier Open project: lukeskinner/OTHub

Méthodes publiques

Méthode Description
TelegramController ( TelegramBot bot, IMemoryCache cache ) : System

Private Methods

Méthode Description
GetSettings ( ) : Task
LinkAccount ( TelegramAccount account ) : Task
SendTestMessage ( ) : Task
UpdateJobWonEnabled ( bool value ) : Task
UpdateLowAvailableTokensAmount ( long value ) : Task
UpdateLowAvailableTokensEnabled ( bool value ) : Task
UpdateNotificationsEnabled ( bool value ) : Task

Method Details

TelegramController() public méthode

public TelegramController ( TelegramBot bot, IMemoryCache cache ) : System
bot TelegramBot
cache IMemoryCache
Résultat System