Property | Type | Description | |
---|---|---|---|
DecodeWebResponse | JsonData | ||
ExecuteAction | dynamic |
Method | Description | |
---|---|---|
AnswerInlineQuery ( |
||
ConvertWebhookResponse ( string json ) : |
||
ForwardMessage ( TeleBotDotNet.Requests.Methods.ForwardMessageRequest forwardMessageRequest ) : TeleBotDotNet.Responses.Methods.ForwardMessageResponse | ||
GetFile ( TeleBotDotNet.Requests.Methods.GetFileRequest getFileRequest ) : TeleBotDotNet.Responses.Methods.GetFileResponse | ||
GetMe ( TeleBotDotNet.Requests.Methods.GetMeRequest getMeRequest ) : TeleBotDotNet.Responses.Methods.GetMeResponse | ||
GetUpdates ( TeleBotDotNet.Requests.Methods.GetUpdatesRequest getUpdatesRequest ) : TeleBotDotNet.Responses.Methods.GetUpdatesResponse | ||
GetUserProfilePhotos ( TeleBotDotNet.Requests.Methods.GetUserProfilePhotosRequest getUserProfilePhotosRequest ) : TeleBotDotNet.Responses.Methods.GetUserProfilePhotosResponse | ||
SendAudio ( SendAudioRequest sendAudioRequest ) : TeleBotDotNet.Responses.Methods.SendAudioResponse | ||
SendChatAction ( TeleBotDotNet.Requests.Methods.SendChatActionRequest sendChatActionRequest ) : TeleBotDotNet.Responses.Methods.SendChatActionResponse | ||
SendDocument ( TeleBotDotNet.Requests.Methods.SendDocumentRequest sendDocumentRequest ) : TeleBotDotNet.Responses.Methods.SendDocumentResponse | ||
SendLocation ( TeleBotDotNet.Requests.Methods.SendLocationRequest sendLocationRequest ) : TeleBotDotNet.Responses.Methods.SendLocationResponse | ||
SendMessage ( |
||
SendPhoto ( TeleBotDotNet.Requests.Methods.SendPhotoRequest sendPhotoRequest ) : TeleBotDotNet.Responses.Methods.SendPhotoResponse | ||
SendSticker ( TeleBotDotNet.Requests.Methods.SendStickerRequest sendStickerRequest ) : TeleBotDotNet.Responses.Methods.SendStickerResponse | ||
SendVideo ( TeleBotDotNet.Requests.Methods.SendVideoRequest sendVideoRequest ) : TeleBotDotNet.Responses.Methods.SendVideoResponse | ||
SetWebhook ( TeleBotDotNet.Requests.Methods.SetWebhookRequest setWebhookRequest ) : TeleBotDotNet.Responses.Methods.SetWebhookResponse | ||
TeleBot ( string apiToken, bool enableLog = false ) : System |
Method | Description | |
---|---|---|
DecodeWebResponse ( |
||
ExecuteAction ( BaseMethodRequest request ) : dynamic |
public AnswerInlineQuery ( |
||
answerInlineQueryRequest | ||
return |
public ConvertWebhookResponse ( string json ) : |
||
json | string | |
return |
public ForwardMessage ( TeleBotDotNet.Requests.Methods.ForwardMessageRequest forwardMessageRequest ) : TeleBotDotNet.Responses.Methods.ForwardMessageResponse | ||
forwardMessageRequest | TeleBotDotNet.Requests.Methods.ForwardMessageRequest | |
return | TeleBotDotNet.Responses.Methods.ForwardMessageResponse |
public GetFile ( TeleBotDotNet.Requests.Methods.GetFileRequest getFileRequest ) : TeleBotDotNet.Responses.Methods.GetFileResponse | ||
getFileRequest | TeleBotDotNet.Requests.Methods.GetFileRequest | |
return | TeleBotDotNet.Responses.Methods.GetFileResponse |
public GetMe ( TeleBotDotNet.Requests.Methods.GetMeRequest getMeRequest ) : TeleBotDotNet.Responses.Methods.GetMeResponse | ||
getMeRequest | TeleBotDotNet.Requests.Methods.GetMeRequest | |
return | TeleBotDotNet.Responses.Methods.GetMeResponse |
public GetUpdates ( TeleBotDotNet.Requests.Methods.GetUpdatesRequest getUpdatesRequest ) : TeleBotDotNet.Responses.Methods.GetUpdatesResponse | ||
getUpdatesRequest | TeleBotDotNet.Requests.Methods.GetUpdatesRequest | |
return | TeleBotDotNet.Responses.Methods.GetUpdatesResponse |
public GetUserProfilePhotos ( TeleBotDotNet.Requests.Methods.GetUserProfilePhotosRequest getUserProfilePhotosRequest ) : TeleBotDotNet.Responses.Methods.GetUserProfilePhotosResponse | ||
getUserProfilePhotosRequest | TeleBotDotNet.Requests.Methods.GetUserProfilePhotosRequest | |
return | TeleBotDotNet.Responses.Methods.GetUserProfilePhotosResponse |
public SendAudio ( SendAudioRequest sendAudioRequest ) : TeleBotDotNet.Responses.Methods.SendAudioResponse | ||
sendAudioRequest | SendAudioRequest | |
return | TeleBotDotNet.Responses.Methods.SendAudioResponse |
public SendChatAction ( TeleBotDotNet.Requests.Methods.SendChatActionRequest sendChatActionRequest ) : TeleBotDotNet.Responses.Methods.SendChatActionResponse | ||
sendChatActionRequest | TeleBotDotNet.Requests.Methods.SendChatActionRequest | |
return | TeleBotDotNet.Responses.Methods.SendChatActionResponse |
public SendDocument ( TeleBotDotNet.Requests.Methods.SendDocumentRequest sendDocumentRequest ) : TeleBotDotNet.Responses.Methods.SendDocumentResponse | ||
sendDocumentRequest | TeleBotDotNet.Requests.Methods.SendDocumentRequest | |
return | TeleBotDotNet.Responses.Methods.SendDocumentResponse |
public SendLocation ( TeleBotDotNet.Requests.Methods.SendLocationRequest sendLocationRequest ) : TeleBotDotNet.Responses.Methods.SendLocationResponse | ||
sendLocationRequest | TeleBotDotNet.Requests.Methods.SendLocationRequest | |
return | TeleBotDotNet.Responses.Methods.SendLocationResponse |
public SendMessage ( |
||
sendMessageRequest | ||
return |
public SendPhoto ( TeleBotDotNet.Requests.Methods.SendPhotoRequest sendPhotoRequest ) : TeleBotDotNet.Responses.Methods.SendPhotoResponse | ||
sendPhotoRequest | TeleBotDotNet.Requests.Methods.SendPhotoRequest | |
return | TeleBotDotNet.Responses.Methods.SendPhotoResponse |
public SendSticker ( TeleBotDotNet.Requests.Methods.SendStickerRequest sendStickerRequest ) : TeleBotDotNet.Responses.Methods.SendStickerResponse | ||
sendStickerRequest | TeleBotDotNet.Requests.Methods.SendStickerRequest | |
return | TeleBotDotNet.Responses.Methods.SendStickerResponse |
public SendVideo ( TeleBotDotNet.Requests.Methods.SendVideoRequest sendVideoRequest ) : TeleBotDotNet.Responses.Methods.SendVideoResponse | ||
sendVideoRequest | TeleBotDotNet.Requests.Methods.SendVideoRequest | |
return | TeleBotDotNet.Responses.Methods.SendVideoResponse |
public SetWebhook ( TeleBotDotNet.Requests.Methods.SetWebhookRequest setWebhookRequest ) : TeleBotDotNet.Responses.Methods.SetWebhookResponse | ||
setWebhookRequest | TeleBotDotNet.Requests.Methods.SetWebhookRequest | |
return | TeleBotDotNet.Responses.Methods.SetWebhookResponse |
public TeleBot ( string apiToken, bool enableLog = false ) : System | ||
apiToken | string | |
enableLog | bool | |
return | System |