Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
TelegramBotReplyWithFile ( int chatId, Stream file, string fileName ) : Newtonsoft.Json | ||
TelegramBotReplyWithFile ( int chatId, string fileId ) : Newtonsoft.Json |
Méthode | Description | |
---|---|---|
GetDefaultResponse ( ) : string>>.List |
||
GetDefaultResponseMultipart ( string name ) : System.Net.Http.MultipartFormDataContent |
Get the default response for this Reply
|
protected final GetDefaultResponse ( ) : string>>.List |
||
Résultat | string>>.List |
protected GetDefaultResponseMultipart ( string name ) : System.Net.Http.MultipartFormDataContent | ||
name | string | The name of the form field |
Résultat | System.Net.Http.MultipartFormDataContent |
public TelegramBotReplyWithFile ( int chatId, Stream file, string fileName ) : Newtonsoft.Json | ||
chatId | int | |
file | Stream | |
fileName | string | |
Résultat | Newtonsoft.Json |
public TelegramBotReplyWithFile ( int chatId, string fileId ) : Newtonsoft.Json | ||
chatId | int | |
fileId | string | |
Résultat | Newtonsoft.Json |