프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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
|
protected final GetDefaultResponse ( ) : string>>.List |
||
리턴 | string>>.List |
protected GetDefaultResponseMultipart ( string name ) : System.Net.Http.MultipartFormDataContent | ||
name | string | The name of the form field |
리턴 | System.Net.Http.MultipartFormDataContent |
public TelegramBotReplyWithFile ( int chatId, Stream file, string fileName ) : Newtonsoft.Json | ||
chatId | int | |
file | Stream | |
fileName | string | |
리턴 | Newtonsoft.Json |
public TelegramBotReplyWithFile ( int chatId, string fileId ) : Newtonsoft.Json | ||
chatId | int | |
fileId | string | |
리턴 | Newtonsoft.Json |