C# Класс TelegramBotBase.Commands.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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