- sendAudio(File) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendAudio(File, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendAudio(String) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendAudio(String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendAudio(int, File) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendAudio(int, File, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
Use this method to send audio files, if you want Telegram clients to display them in the music player.
- sendAudio(int, String) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendAudio(int, String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
This version takes a file id instead of a
File
, as a
String
argument.
- SendAudioRequest - Class in co.vandenham.telegram.botapi.requests
-
- SendAudioRequest(int, File) - Constructor for class co.vandenham.telegram.botapi.requests.SendAudioRequest
-
- SendAudioRequest(int, File, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendAudioRequest
-
- SendAudioRequest(int, String) - Constructor for class co.vandenham.telegram.botapi.requests.SendAudioRequest
-
- SendAudioRequest(int, String, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendAudioRequest
-
- sendChatAction(ChatAction) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendChatAction(int, ChatAction) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
Use this method when you need to tell the user that something is happening on the bot's side.
- SendChatActionRequest - Class in co.vandenham.telegram.botapi.requests
-
- SendChatActionRequest(int, ChatAction) - Constructor for class co.vandenham.telegram.botapi.requests.SendChatActionRequest
-
- sendDocument(File) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendDocument(File, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendDocument(String) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendDocument(String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendDocument(int, File) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendDocument(int, File, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
Use this method to send general files.
- sendDocument(int, String) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendDocument(int, String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
This version takes a file id instead of a
File
.
- SendDocumentRequest - Class in co.vandenham.telegram.botapi.requests
-
- SendDocumentRequest(int, File) - Constructor for class co.vandenham.telegram.botapi.requests.SendDocumentRequest
-
- SendDocumentRequest(int, File, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendDocumentRequest
-
- SendDocumentRequest(int, String) - Constructor for class co.vandenham.telegram.botapi.requests.SendDocumentRequest
-
- SendDocumentRequest(int, String, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendDocumentRequest
-
- sendLocation(float, float) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendLocation(float, float, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendLocation(int, float, float) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendLocation(int, float, float, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
Use this method to send point on the map.
- SendLocationRequest - Class in co.vandenham.telegram.botapi.requests
-
- SendLocationRequest(int, float, float) - Constructor for class co.vandenham.telegram.botapi.requests.SendLocationRequest
-
- SendLocationRequest(int, float, float, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendLocationRequest
-
- sendMessage(String) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendMessage(String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendMessage(int, String) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendMessage(int, String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
Use this method to send text messages.
- SendMessageRequest - Class in co.vandenham.telegram.botapi.requests
-
- SendMessageRequest(int, String) - Constructor for class co.vandenham.telegram.botapi.requests.SendMessageRequest
-
- SendMessageRequest(int, String, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendMessageRequest
-
- sendPhoto(File) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendPhoto(File, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendPhoto(String) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendPhoto(String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendPhoto(int, File) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendPhoto(int, File, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
Use this method to send photos.
- sendPhoto(int, String) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendPhoto(int, String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
This version takes a file id instead of a
File
- SendPhotoRequest - Class in co.vandenham.telegram.botapi.requests
-
- SendPhotoRequest(int, File) - Constructor for class co.vandenham.telegram.botapi.requests.SendPhotoRequest
-
- SendPhotoRequest(int, File, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendPhotoRequest
-
- SendPhotoRequest(int, String) - Constructor for class co.vandenham.telegram.botapi.requests.SendPhotoRequest
-
- SendPhotoRequest(int, String, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendPhotoRequest
-
- sendSticker(File) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendSticker(File, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendSticker(String) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendSticker(String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendSticker(int, File) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendSticker(int, File, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
Use this method to send .webp stickers.
- sendSticker(int, String) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendSticker(int, String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
This version takes a file id instead of a
File
.
- SendStickerRequest - Class in co.vandenham.telegram.botapi.requests
-
- SendStickerRequest(int, File) - Constructor for class co.vandenham.telegram.botapi.requests.SendStickerRequest
-
- SendStickerRequest(int, File, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendStickerRequest
-
- SendStickerRequest(int, String) - Constructor for class co.vandenham.telegram.botapi.requests.SendStickerRequest
-
- SendStickerRequest(int, String, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendStickerRequest
-
- sendVideo(File) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendVideo(File, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendVideo(String) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendVideo(String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendVideo(int, File) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendVideo(int, File, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendVideo(int, String) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendVideo(int, String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
This version uses a file id rather than a
File
- SendVideoRequest - Class in co.vandenham.telegram.botapi.requests
-
- SendVideoRequest(int, File) - Constructor for class co.vandenham.telegram.botapi.requests.SendVideoRequest
-
- SendVideoRequest(int, File, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendVideoRequest
-
- SendVideoRequest(int, String) - Constructor for class co.vandenham.telegram.botapi.requests.SendVideoRequest
-
- SendVideoRequest(int, String, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendVideoRequest
-
- sendVoice(int, File) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendVoice(int, File, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendVoice(int, String) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendVoice(int, String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.ChatContext
-
- sendVoice(int, File) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
- sendVoice(int, File, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message.
- sendVoice(int, String) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
This version uses a String rather than a File.
- sendVoice(int, String, OptionalArgs) - Method in class co.vandenham.telegram.botapi.TelegramBot
-
This version uses a String rather than a File
- SendVoiceRequest - Class in co.vandenham.telegram.botapi.requests
-
- SendVoiceRequest(int, File) - Constructor for class co.vandenham.telegram.botapi.requests.SendVoiceRequest
-
- SendVoiceRequest(int, File, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendVoiceRequest
-
- SendVoiceRequest(int, String) - Constructor for class co.vandenham.telegram.botapi.requests.SendVoiceRequest
-
- SendVoiceRequest(int, String, OptionalArgs) - Constructor for class co.vandenham.telegram.botapi.requests.SendVoiceRequest
-
- serialize() - Method in class co.vandenham.telegram.botapi.types.ForceReply
-
Serializes this object to a JSON String.
- serialize() - Method in class co.vandenham.telegram.botapi.types.ReplyKeyboardHide
-
Serializes this object to a JSON String.
- serialize() - Method in class co.vandenham.telegram.botapi.types.ReplyKeyboardMarkup
-
Serializes this object to a JSON String.
- serialize() - Method in interface co.vandenham.telegram.botapi.types.ReplyMarkup
-
- setOneTimeKeyboard() - Method in class co.vandenham.telegram.botapi.types.ReplyKeyboardMarkup.Builder
-
Requests clients to hide the keyboard as soon as it's been used.
- setResizeKeyboard() - Method in class co.vandenham.telegram.botapi.types.ReplyKeyboardMarkup.Builder
-
Requests clients to resize the keyboard vertically for optimal fit (e.g., make the keyboard smaller if there are just two rows of buttons).
- setSelective() - Method in class co.vandenham.telegram.botapi.types.ReplyKeyboardMarkup.Builder
-
Use this parameter if you want to show the keyboard to specific users only.
- start() - Method in class co.vandenham.telegram.botapi.TelegramBot
-
Starts the bot.
- Sticker - Class in co.vandenham.telegram.botapi.types
-
This object represents a sticker.
- Sticker() - Constructor for class co.vandenham.telegram.botapi.types.Sticker
-
- stop() - Method in class co.vandenham.telegram.botapi.TelegramBot
-
Stops the bot and joins the polling
Thread
.