- sendApiMethod(Method) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- sendApiMethodAsync(Method, Callback) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- SendAudio - Class in org.telegram.telegrambots.api.methods.send
-
- SendAudio() - Constructor for class org.telegram.telegrambots.api.methods.send.SendAudio
-
- sendAudio(SendAudio) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Sends a file using Send Audio method (https://core.telegram.org/bots/api#sendaudio)
- SendChatAction - Class in org.telegram.telegrambots.api.methods.send
-
- SendChatAction() - Constructor for class org.telegram.telegrambots.api.methods.send.SendChatAction
-
- SendChatAction(String, String) - Constructor for class org.telegram.telegrambots.api.methods.send.SendChatAction
-
- SendChatAction(Long, String) - Constructor for class org.telegram.telegrambots.api.methods.send.SendChatAction
-
- sendChatAction(SendChatAction) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- sendChatActionAsync(SendChatAction, SentCallback<Boolean>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- SendContact - Class in org.telegram.telegrambots.api.methods.send
-
- SendContact() - Constructor for class org.telegram.telegrambots.api.methods.send.SendContact
-
- sendContact(SendContact) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- sendContactAsync(SendContact, SentCallback<Message>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- SendDocument - Class in org.telegram.telegrambots.api.methods.send
-
- SendDocument() - Constructor for class org.telegram.telegrambots.api.methods.send.SendDocument
-
- sendDocument(SendDocument) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- SendGame - Class in org.telegram.telegrambots.api.methods.send
-
- SendGame() - Constructor for class org.telegram.telegrambots.api.methods.send.SendGame
-
- sendGame(SendGame) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- sendGameAsync(SendGame, SentCallback<Message>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- SendInvoice - Class in org.telegram.telegrambots.api.methods.send
-
- SendInvoice() - Constructor for class org.telegram.telegrambots.api.methods.send.SendInvoice
-
Build an empty SendInvoice object
- SendInvoice(Integer, String, String, String, String, String, String, List<LabeledPrice>) - Constructor for class org.telegram.telegrambots.api.methods.send.SendInvoice
-
Build a SendInvoice object with empty parameters
- sendInvoice(SendInvoice) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- sendInvoice(SendInvoice, SentCallback<Message>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- SendLocation - Class in org.telegram.telegrambots.api.methods.send
-
- SendLocation() - Constructor for class org.telegram.telegrambots.api.methods.send.SendLocation
-
- sendLocation(SendLocation) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- sendLocationAsync(SendLocation, SentCallback<Message>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- SendMessage - Class in org.telegram.telegrambots.api.methods.send
-
- SendMessage() - Constructor for class org.telegram.telegrambots.api.methods.send.SendMessage
-
- SendMessage(String, String) - Constructor for class org.telegram.telegrambots.api.methods.send.SendMessage
-
- SendMessage(Long, String) - Constructor for class org.telegram.telegrambots.api.methods.send.SendMessage
-
- sendMessage(SendMessage) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- sendMessageAsync(SendMessage, SentCallback<Message>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- SendPhoto - Class in org.telegram.telegrambots.api.methods.send
-
- SendPhoto() - Constructor for class org.telegram.telegrambots.api.methods.send.SendPhoto
-
- sendPhoto(SendPhoto) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- SendSticker - Class in org.telegram.telegrambots.api.methods.send
-
- SendSticker() - Constructor for class org.telegram.telegrambots.api.methods.send.SendSticker
-
- sendSticker(SendSticker) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- SendVenue - Class in org.telegram.telegrambots.api.methods.send
-
- SendVenue() - Constructor for class org.telegram.telegrambots.api.methods.send.SendVenue
-
- sendVenue(SendVenue) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- sendVenueAsync(SendVenue, SentCallback<Message>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- SendVideo - Class in org.telegram.telegrambots.api.methods.send
-
- SendVideo() - Constructor for class org.telegram.telegrambots.api.methods.send.SendVideo
-
- sendVideo(SendVideo) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- SendVideoNote - Class in org.telegram.telegrambots.api.methods.send
-
- SendVideoNote() - Constructor for class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
- SendVideoNote(String, String) - Constructor for class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
Creates a new video note with a video already present in telegram servers
- SendVideoNote(Long, String) - Constructor for class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
Creates a new video note with a video already present in telegram servers
- SendVideoNote(String, File) - Constructor for class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
Creates a new video note with a new video note
- SendVideoNote(Integer, File) - Constructor for class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
Creates a new video note with a video already present in telegram servers
- SendVideoNote(String, String, InputStream) - Constructor for class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
Creates a new video note with a new video note
- SendVideoNote(Integer, String, InputStream) - Constructor for class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
Creates a new video note with a video already present in telegram servers
- sendVideoNote(SendVideoNote) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- SendVoice - Class in org.telegram.telegrambots.api.methods.send
-
- SendVoice() - Constructor for class org.telegram.telegrambots.api.methods.send.SendVoice
-
- sendVoice(SendVoice) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Sends a voice note using Send Voice method (https://core.telegram.org/bots/api#sendvoice)
For this to work, your audio must be in an .ogg file encoded with OPUS
- SentCallback<T extends Serializable> - Interface in org.telegram.telegrambots.updateshandlers
-
- set(int, String) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.buttons.KeyboardRow
-
- setAction(ActionType) - Method in class org.telegram.telegrambots.api.methods.send.SendChatAction
-
- setAddress(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVenue
-
- setAddress(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputVenueMessageContent
-
- setAddress(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVenue
-
- setAllowedUpdates(List<String>) - Method in class org.telegram.telegrambots.api.methods.updates.GetUpdates
-
- setAllowedUpdates(List<String>) - Method in class org.telegram.telegrambots.api.methods.updates.SetWebhook
-
- setAmount(Integer) - Method in class org.telegram.telegrambots.api.objects.payments.LabeledPrice
-
- setAudio(String) - Method in class org.telegram.telegrambots.api.methods.send.SendAudio
-
Use this method to set the audio to an audio existing in Telegram system
- setAudioDuration(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultAudio
-
- setAudioFileId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedAudio
-
- setAudioUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultAudio
-
- setCacheTime(Integer) - Method in class org.telegram.telegrambots.api.methods.AnswerCallbackQuery
-
- setCacheTime(Integer) - Method in class org.telegram.telegrambots.api.methods.AnswerInlineQuery
-
- setCallback(LongPollingBot) - Method in interface org.telegram.telegrambots.generics.BotSession
-
- setCallbackData(String) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.buttons.InlineKeyboardButton
-
- setCallbackGame(CallbackGame) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.buttons.InlineKeyboardButton
-
- setCallbackQueryId(String) - Method in class org.telegram.telegrambots.api.methods.AnswerCallbackQuery
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.methods.send.SendAudio
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.methods.send.SendDocument
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.methods.send.SendPhoto
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVideo
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVoice
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageCaption
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedAudio
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedDocument
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedGif
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedMpeg4Gif
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedPhoto
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVideo
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVoice
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultAudio
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultDocument
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGif
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultMpeg4Gif
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultPhoto
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVoice
-
- setCertificateFile(String) - Method in class org.telegram.telegrambots.api.methods.updates.SetWebhook
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.ForwardMessage
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.ForwardMessage
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.games.GetGameHighScores
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.games.GetGameHighScores
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.games.SetGameScore
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.games.SetGameScore
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.GetChat
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.GetChat
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.GetChatAdministrators
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.GetChatAdministrators
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.GetChatMember
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.GetChatMember
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.GetChatMemberCount
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.GetChatMemberCount
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.KickChatMember
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.KickChatMember
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.LeaveChat
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.LeaveChat
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.UnbanChatMember
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.UnbanChatMember
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendAudio
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendAudio
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendChatAction
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendChatAction
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendContact
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendContact
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendDocument
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendDocument
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendGame
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendGame
-
- setChatId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendLocation
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendLocation
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendMessage
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendMessage
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendPhoto
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendPhoto
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendSticker
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendSticker
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVenue
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendVenue
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVideo
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendVideo
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVoice
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendVoice
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.DeleteMessage
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageCaption
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageReplyMarkup
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageReplyMarkup
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageText
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageText
-
- setCurrency(String) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setDescription(String) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setDescription(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedDocument
-
- setDescription(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedPhoto
-
- setDescription(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVideo
-
- setDescription(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultArticle
-
- setDescription(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultDocument
-
- setDescription(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultPhoto
-
- setDescription(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo
-
- setDisableEditMessage(Boolean) - Method in class org.telegram.telegrambots.api.methods.games.SetGameScore
-
- setDisableNotification(Boolean) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setDisableWebPagePreview(Boolean) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputTextMessageContent
-
- setDocument(String) - Method in class org.telegram.telegrambots.api.methods.send.SendDocument
-
Use this method to set the document to an document existing in Telegram system
- setDocumentFileId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedDocument
-
- setDocumentUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultDocument
-
- setDuration(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendAudio
-
- setDuration(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendVideo
-
- setDuration(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
- setDuration(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendVoice
-
- setErrorMessage(String) - Method in class org.telegram.telegrambots.api.methods.AnswerPreCheckoutQuery
-
- setErrorMessage(String) - Method in class org.telegram.telegrambots.api.methods.AnswerShippingQuery
-
- setFileId(String) - Method in class org.telegram.telegrambots.api.methods.GetFile
-
- setFirstName(String) - Method in class org.telegram.telegrambots.api.methods.send.SendContact
-
- setFirstName(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputContactMessageContent
-
- setFirstName(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultContact
-
- setFlexible(Boolean) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setForce(Boolean) - Method in class org.telegram.telegrambots.api.methods.games.SetGameScore
-
- setFoursquareId(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVenue
-
- setFoursquareId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputVenueMessageContent
-
- setFoursquareId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVenue
-
- setFromChatId(String) - Method in class org.telegram.telegrambots.api.methods.ForwardMessage
-
- SetGameScore - Class in org.telegram.telegrambots.api.methods.games
-
- SetGameScore() - Constructor for class org.telegram.telegrambots.api.methods.games.SetGameScore
-
- setGameScore(SetGameScore) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- setGameScoreAsync(SetGameScore, SentCallback<Serializable>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
- setGameShortName(String) - Method in class org.telegram.telegrambots.api.methods.send.SendGame
-
- setGameShortName(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGame
-
- setGifDuration(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGif
-
- setGifFileId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedGif
-
- setGifHeight(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGif
-
- setGifUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGif
-
- setGifWidth(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGif
-
- setHeight(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendVideo
-
- setHideUrl(Boolean) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultArticle
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedAudio
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedDocument
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedGif
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedMpeg4Gif
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedPhoto
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedSticker
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVideo
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVoice
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultArticle
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultAudio
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultContact
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultDocument
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGame
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGif
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultLocation
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultMpeg4Gif
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultPhoto
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVenue
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVoice
-
- setId(String) - Method in class org.telegram.telegrambots.api.objects.payments.ShippingOption
-
- setInlineMessageId(String) - Method in class org.telegram.telegrambots.api.methods.games.GetGameHighScores
-
- setInlineMessageId(String) - Method in class org.telegram.telegrambots.api.methods.games.SetGameScore
-
- setInlineMessageId(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageCaption
-
- setInlineMessageId(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageReplyMarkup
-
- setInlineMessageId(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageText
-
- setInlineQueryId(String) - Method in class org.telegram.telegrambots.api.methods.AnswerInlineQuery
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedAudio
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedDocument
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedGif
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedMpeg4Gif
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedPhoto
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedSticker
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVideo
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVoice
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultArticle
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultAudio
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultContact
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultDocument
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGif
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultLocation
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultMpeg4Gif
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultPhoto
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVenue
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo
-
- setInputMessageContent(InputMessageContent) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVoice
-
- setInternalUrl(String) - Method in interface org.telegram.telegrambots.generics.Webhook
-
- setKeyboard(List<List<InlineKeyboardButton>>) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.InlineKeyboardMarkup
-
- setKeyboard(List<KeyboardRow>) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.ReplyKeyboardMarkup
-
- setKeyStore(String, String) - Method in interface org.telegram.telegrambots.generics.Webhook
-
- setLabel(String) - Method in class org.telegram.telegrambots.api.objects.payments.LabeledPrice
-
- setLastName(String) - Method in class org.telegram.telegrambots.api.methods.send.SendContact
-
- setLastName(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputContactMessageContent
-
- setLastName(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultContact
-
- setLatitude(Float) - Method in class org.telegram.telegrambots.api.methods.send.SendLocation
-
- setLatitude(Float) - Method in class org.telegram.telegrambots.api.methods.send.SendVenue
-
- setLatitude(Float) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputLocationMessageContent
-
- setLatitude(Float) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputVenueMessageContent
-
- setLatitude(Float) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultLocation
-
- setLatitude(Float) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVenue
-
- setLength(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
- setLevel(Level) - Static method in class org.telegram.telegrambots.logging.BotLogger
-
- setLimit(Integer) - Method in class org.telegram.telegrambots.api.methods.GetUserProfilePhotos
-
- setLimit(Integer) - Method in class org.telegram.telegrambots.api.methods.updates.GetUpdates
-
- setLongitude(Float) - Method in class org.telegram.telegrambots.api.methods.send.SendLocation
-
- setLongitude(Float) - Method in class org.telegram.telegrambots.api.methods.send.SendVenue
-
- setLongitude(Float) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputLocationMessageContent
-
- setLongitude(Float) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputVenueMessageContent
-
- setLongitude(Float) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultLocation
-
- setLongitude(Float) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVenue
-
- setMaxConnections(Integer) - Method in class org.telegram.telegrambots.api.methods.updates.SetWebhook
-
- setMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.ForwardMessage
-
- setMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.games.GetGameHighScores
-
- setMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.games.SetGameScore
-
- setMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.DeleteMessage
-
- setMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageCaption
-
- setMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageReplyMarkup
-
- setMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageText
-
- setMessageText(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputTextMessageContent
-
- setMimeType(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultDocument
-
- setMimeType(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultPhoto
-
- setMimeType(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo
-
- setMpeg4Duration(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultMpeg4Gif
-
- setMpeg4FileId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedMpeg4Gif
-
- setMpeg4Height(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultMpeg4Gif
-
- setMpeg4Url(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultMpeg4Gif
-
- setMpeg4Width(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultMpeg4Gif
-
- setNeedEmail(Boolean) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setNeedName(Boolean) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setNeedPhoneNumber(Boolean) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setNeedShippingAddress(Boolean) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setNewAudio(File) - Method in class org.telegram.telegrambots.api.methods.send.SendAudio
-
Use this method to set the audio to a new file
- setNewAudio(String, InputStream) - Method in class org.telegram.telegrambots.api.methods.send.SendAudio
-
- setNewDocument(File) - Method in class org.telegram.telegrambots.api.methods.send.SendDocument
-
Use this method to set the document to a new file
- setNewDocument(String, InputStream) - Method in class org.telegram.telegrambots.api.methods.send.SendDocument
-
- setNewPhoto(File) - Method in class org.telegram.telegrambots.api.methods.send.SendPhoto
-
- setNewPhoto(String, InputStream) - Method in class org.telegram.telegrambots.api.methods.send.SendPhoto
-
- setNewSticker(File) - Method in class org.telegram.telegrambots.api.methods.send.SendSticker
-
- setNewSticker(String, InputStream) - Method in class org.telegram.telegrambots.api.methods.send.SendSticker
-
- setNewVideo(File) - Method in class org.telegram.telegrambots.api.methods.send.SendVideo
-
- setNewVideo(String, InputStream) - Method in class org.telegram.telegrambots.api.methods.send.SendVideo
-
- setNewVideo(String, InputStream) - Method in class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
- setNewVideoNote(File) - Method in class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
- setNewVoice(File) - Method in class org.telegram.telegrambots.api.methods.send.SendVoice
-
- setNewVoice(String, InputStream) - Method in class org.telegram.telegrambots.api.methods.send.SendVoice
-
- setNextOffset(String) - Method in class org.telegram.telegrambots.api.methods.AnswerInlineQuery
-
- setOffset(Integer) - Method in class org.telegram.telegrambots.api.methods.GetUserProfilePhotos
-
- setOffset(Integer) - Method in class org.telegram.telegrambots.api.methods.updates.GetUpdates
-
- setOk(Boolean) - Method in class org.telegram.telegrambots.api.methods.AnswerPreCheckoutQuery
-
- setOk(Boolean) - Method in class org.telegram.telegrambots.api.methods.AnswerShippingQuery
-
- setOneTimeKeyboard(Boolean) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.ReplyKeyboardMarkup
-
- setOptions(BotOptions) - Method in interface org.telegram.telegrambots.generics.BotSession
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.methods.send.SendMessage
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageText
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputTextMessageContent
-
- setPay(Boolean) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.buttons.InlineKeyboardButton
-
- setPayload(String) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setPerformer(String) - Method in class org.telegram.telegrambots.api.methods.send.SendAudio
-
- setPerformer(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultAudio
-
- setPersonal(Boolean) - Method in class org.telegram.telegrambots.api.methods.AnswerInlineQuery
-
- setPhoneNumber(String) - Method in class org.telegram.telegrambots.api.methods.send.SendContact
-
- setPhoneNumber(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputContactMessageContent
-
- setPhoneNumber(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultContact
-
- setPhoto(String) - Method in class org.telegram.telegrambots.api.methods.send.SendPhoto
-
- setPhotoFileId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedPhoto
-
- setPhotoHeight(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setPhotoHeight(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultPhoto
-
- setPhotoSize(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setPhotoUrl(String) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setPhotoUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultPhoto
-
- setPhotoWidth(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setPhotoWidth(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultPhoto
-
- setPreCheckoutQueryId(String) - Method in class org.telegram.telegrambots.api.methods.AnswerPreCheckoutQuery
-
- setPrices(List<LabeledPrice>) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setPrices(List<LabeledPrice>) - Method in class org.telegram.telegrambots.api.objects.payments.ShippingOption
-
- setProviderToken(String) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setReplyMarkup(ReplyKeyboard) - Method in class org.telegram.telegrambots.api.methods.send.SendAudio
-
- setReplyMarkup(ReplyKeyboard) - Method in class org.telegram.telegrambots.api.methods.send.SendContact
-
- setReplyMarkup(ReplyKeyboard) - Method in class org.telegram.telegrambots.api.methods.send.SendDocument
-
- setReplyMarkup(ReplyKeyboard) - Method in class org.telegram.telegrambots.api.methods.send.SendGame
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setReplyMarkup(ReplyKeyboard) - Method in class org.telegram.telegrambots.api.methods.send.SendLocation
-
- setReplyMarkup(ReplyKeyboard) - Method in class org.telegram.telegrambots.api.methods.send.SendMessage
-
- setReplyMarkup(ReplyKeyboard) - Method in class org.telegram.telegrambots.api.methods.send.SendPhoto
-
- setReplyMarkup(ReplyKeyboard) - Method in class org.telegram.telegrambots.api.methods.send.SendSticker
-
- setReplyMarkup(ReplyKeyboard) - Method in class org.telegram.telegrambots.api.methods.send.SendVenue
-
- setReplyMarkup(ReplyKeyboard) - Method in class org.telegram.telegrambots.api.methods.send.SendVideo
-
- setReplyMarkup(ReplyKeyboard) - Method in class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
- setReplyMarkup(ReplyKeyboard) - Method in class org.telegram.telegrambots.api.methods.send.SendVoice
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageCaption
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageReplyMarkup
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageText
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedAudio
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedDocument
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedGif
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedMpeg4Gif
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedPhoto
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedSticker
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVideo
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVoice
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultArticle
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultAudio
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultContact
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultDocument
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGame
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGif
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultLocation
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultMpeg4Gif
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultPhoto
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVenue
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVoice
-
- setReplyToMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendAudio
-
- setReplyToMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendContact
-
- setReplyToMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendDocument
-
- setReplyToMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendGame
-
- setReplyToMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setReplyToMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendLocation
-
- setReplyToMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendMessage
-
- setReplyToMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendPhoto
-
- setReplyToMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendSticker
-
- setReplyToMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendVenue
-
- setReplyToMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendVideo
-
- setReplyToMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
- setReplyToMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendVoice
-
- setRequestContact(Boolean) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.buttons.KeyboardButton
-
- setRequestLocation(Boolean) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.buttons.KeyboardButton
-
- setResizeKeyboard(Boolean) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.ReplyKeyboardMarkup
-
- setResults(List<InlineQueryResult>) - Method in class org.telegram.telegrambots.api.methods.AnswerInlineQuery
-
- setResults(InlineQueryResult...) - Method in class org.telegram.telegrambots.api.methods.AnswerInlineQuery
-
- setScore(Integer) - Method in class org.telegram.telegrambots.api.methods.games.SetGameScore
-
- setSelective(Boolean) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.ForceReplyKeyboard
-
- setSelective(Boolean) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.ReplyKeyboardMarkup
-
- setSelective(Boolean) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.ReplyKeyboardRemove
-
- setShippingOptions(List<ShippingOption>) - Method in class org.telegram.telegrambots.api.methods.AnswerShippingQuery
-
- setShippingQueryId(String) - Method in class org.telegram.telegrambots.api.methods.AnswerShippingQuery
-
- setShowAlert(Boolean) - Method in class org.telegram.telegrambots.api.methods.AnswerCallbackQuery
-
- setStartParameter(String) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setSticker(String) - Method in class org.telegram.telegrambots.api.methods.send.SendSticker
-
- setStickerFileId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedSticker
-
- setSwitchInlineQuery(String) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.buttons.InlineKeyboardButton
-
- setSwitchInlineQueryCurrentChat(String) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.buttons.InlineKeyboardButton
-
- setSwitchPmParameter(String) - Method in class org.telegram.telegrambots.api.methods.AnswerInlineQuery
-
- setSwitchPmText(String) - Method in class org.telegram.telegrambots.api.methods.AnswerInlineQuery
-
- setText(String) - Method in class org.telegram.telegrambots.api.methods.AnswerCallbackQuery
-
- setText(String) - Method in class org.telegram.telegrambots.api.methods.send.SendMessage
-
- setText(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageText
-
- setText(String) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.buttons.InlineKeyboardButton
-
- setText(String) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.buttons.KeyboardButton
-
- setThumbHeight(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultArticle
-
- setThumbHeight(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultContact
-
- setThumbHeight(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultDocument
-
- setThumbHeight(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultLocation
-
- setThumbHeight(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVenue
-
- setThumbUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultArticle
-
- setThumbUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultContact
-
- setThumbUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultDocument
-
- setThumbUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGif
-
- setThumbUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultLocation
-
- setThumbUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultMpeg4Gif
-
- setThumbUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultPhoto
-
- setThumbUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVenue
-
- setThumbUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo
-
- setThumbWidth(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultArticle
-
- setThumbWidth(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultContact
-
- setThumbWidth(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultDocument
-
- setThumbWidth(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultLocation
-
- setThumbWidth(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVenue
-
- setTimeout(Integer) - Method in class org.telegram.telegrambots.api.methods.updates.GetUpdates
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.methods.send.SendAudio
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVenue
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputVenueMessageContent
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedDocument
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedGif
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedMpeg4Gif
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedPhoto
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVideo
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVoice
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultArticle
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultAudio
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultDocument
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGif
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultLocation
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultMpeg4Gif
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultPhoto
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVenue
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVoice
-
- setTitle(String) - Method in class org.telegram.telegrambots.api.objects.payments.ShippingOption
-
- setToken(String) - Method in interface org.telegram.telegrambots.generics.BotSession
-
- setUrl(String) - Method in class org.telegram.telegrambots.api.methods.AnswerCallbackQuery
-
- setUrl(String) - Method in class org.telegram.telegrambots.api.methods.updates.SetWebhook
-
- setUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultArticle
-
- setUrl(String) - Method in class org.telegram.telegrambots.api.objects.replykeyboard.buttons.InlineKeyboardButton
-
- setUserId(Integer) - Method in class org.telegram.telegrambots.api.methods.games.GetGameHighScores
-
- setUserId(Integer) - Method in class org.telegram.telegrambots.api.methods.games.SetGameScore
-
- setUserId(Integer) - Method in class org.telegram.telegrambots.api.methods.GetUserProfilePhotos
-
- setUserId(Integer) - Method in class org.telegram.telegrambots.api.methods.groupadministration.GetChatMember
-
- setUserId(Integer) - Method in class org.telegram.telegrambots.api.methods.groupadministration.KickChatMember
-
- setUserId(Integer) - Method in class org.telegram.telegrambots.api.methods.groupadministration.UnbanChatMember
-
- setVideo(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVideo
-
- setVideoDuration(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo
-
- setVideoFileId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVideo
-
- setVideoHeight(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo
-
- setVideoNote(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVideoNote
-
- setVideoUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo
-
- setVideoWidth(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo
-
- setVoice(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVoice
-
- setVoiceDuration(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVoice
-
- setVoiceFileId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVoice
-
- setVoiceUrl(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVoice
-
- SetWebhook - Class in org.telegram.telegrambots.api.methods.updates
-
- SetWebhook() - Constructor for class org.telegram.telegrambots.api.methods.updates.SetWebhook
-
- setWebhook(String, String) - Method in interface org.telegram.telegrambots.generics.WebhookBot
-
Execute setWebhook method to set up the url of the webhook
- setWidth(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendVideo
-
- severe(String, String) - Static method in class org.telegram.telegrambots.logging.BotLogger
-
- severe(String, Throwable) - Static method in class org.telegram.telegrambots.logging.BotLogger
-
- severe(String, String, Throwable) - Static method in class org.telegram.telegrambots.logging.BotLogger
-
- ShippingAddress - Class in org.telegram.telegrambots.api.objects.payments
-
- ShippingAddress() - Constructor for class org.telegram.telegrambots.api.objects.payments.ShippingAddress
-
- ShippingOption - Class in org.telegram.telegrambots.api.objects.payments
-
- ShippingOption() - Constructor for class org.telegram.telegrambots.api.objects.payments.ShippingOption
-
Creates an empty shipping option
- ShippingOption(String, String, List<LabeledPrice>) - Constructor for class org.telegram.telegrambots.api.objects.payments.ShippingOption
-
Creates a shipping option with mandatory fields
- ShippingQuery - Class in org.telegram.telegrambots.api.objects.payments
-
- ShippingQuery() - Constructor for class org.telegram.telegrambots.api.objects.payments.ShippingQuery
-
- start() - Method in interface org.telegram.telegrambots.generics.BotSession
-
Starts the bot
- start() - Method in interface org.telegram.telegrambots.generics.UpdatesReader
-
- startServer() - Method in interface org.telegram.telegrambots.generics.Webhook
-
- Sticker - Class in org.telegram.telegrambots.api.objects
-
- Sticker() - Constructor for class org.telegram.telegrambots.api.objects.Sticker
-
- STICKER_FIELD - Static variable in class org.telegram.telegrambots.api.methods.send.SendSticker
-
- stop() - Method in interface org.telegram.telegrambots.generics.BotSession
-
Stops the bot
- SuccessfulPayment - Class in org.telegram.telegrambots.api.objects.payments
-
- SuccessfulPayment() - Constructor for class org.telegram.telegrambots.api.objects.payments.SuccessfulPayment
-