C# 클래스 TelegramBotBase.Commands.Extensions

파일 보기 프로젝트 열기: MajMcCloud/TelegramBotFramework

공개 메소드들

메소드 설명
AddHelpCommand ( List cmds, String description ) : void

Adding the default /help command with a description.

AddSettingsCommand ( List cmds, String description ) : void

Adding the default /settings command with a description.

AddStartCommand ( List cmds, String description ) : void

Adding the default /start command with a description.

메소드 상세

AddHelpCommand() 공개 정적인 메소드

Adding the default /help command with a description.
public static AddHelpCommand ( List cmds, String description ) : void
cmds List
description String
리턴 void

AddSettingsCommand() 공개 정적인 메소드

Adding the default /settings command with a description.
public static AddSettingsCommand ( List cmds, String description ) : void
cmds List
description String
리턴 void

AddStartCommand() 공개 정적인 메소드

Adding the default /start command with a description.
public static AddStartCommand ( List cmds, String description ) : void
cmds List
description String
리턴 void