C# Класс SanderVantEinde.TelegramBot.TelegramBotReplyWithFile

Наследование: TelegramBotReply
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
TelegramBotReplyWithFile ( int chatId, Stream file, string fileName ) : Newtonsoft.Json
TelegramBotReplyWithFile ( int chatId, string fileId ) : Newtonsoft.Json

Защищенные методы

Метод Описание
GetDefaultResponse ( ) : string>>.List
GetDefaultResponseMultipart ( string name ) : System.Net.Http.MultipartFormDataContent

Get the default response for this Reply

Описание методов

GetDefaultResponse() защищенный закрытый Метод

protected final GetDefaultResponse ( ) : string>>.List
Результат string>>.List

GetDefaultResponseMultipart() защищенный Метод

Get the default response for this Reply
protected GetDefaultResponseMultipart ( string name ) : System.Net.Http.MultipartFormDataContent
name string The name of the form field
Результат System.Net.Http.MultipartFormDataContent

TelegramBotReplyWithFile() публичный Метод

public TelegramBotReplyWithFile ( int chatId, Stream file, string fileName ) : Newtonsoft.Json
chatId int
file Stream
fileName string
Результат Newtonsoft.Json

TelegramBotReplyWithFile() публичный Метод

public TelegramBotReplyWithFile ( int chatId, string fileId ) : Newtonsoft.Json
chatId int
fileId string
Результат Newtonsoft.Json