C# 클래스 OTHub.APIServer.Controllers.TelegramController

상속: Controller
파일 보기 프로젝트 열기: lukeskinner/OTHub

공개 메소드들

메소드 설명
TelegramController ( TelegramBot bot, IMemoryCache cache ) : System

비공개 메소드들

메소드 설명
GetSettings ( ) : Task
LinkAccount ( TelegramAccount account ) : Task
SendTestMessage ( ) : Task
UpdateJobWonEnabled ( bool value ) : Task
UpdateLowAvailableTokensAmount ( long value ) : Task
UpdateLowAvailableTokensEnabled ( bool value ) : Task
UpdateNotificationsEnabled ( bool value ) : Task

메소드 상세

TelegramController() 공개 메소드

public TelegramController ( TelegramBot bot, IMemoryCache cache ) : System
bot TelegramBot
cache IMemoryCache
리턴 System