C# 클래스 SanderVantEinde.TelegramBot.TelegramBotReplyWithFile

상속: TelegramBotReply
파일 보기 프로젝트 열기: sandervanteinde/TelegramBot

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