- 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
-
Deprecated.
- sendChatActionAsync(SendChatAction, SentCallback<Boolean>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Deprecated.
- 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
-
Deprecated.
- sendContactAsync(SendContact, SentCallback<Message>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Deprecated.
- 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
-
Deprecated.
- sendGameAsync(SendGame, SentCallback<Message>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Deprecated.
- 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
-
Deprecated.
- sendInvoice(SendInvoice, SentCallback<Message>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Deprecated.
- SendLocation - Class in org.telegram.telegrambots.api.methods.send
-
- SendLocation() - Constructor for class org.telegram.telegrambots.api.methods.send.SendLocation
-
- SendLocation(Float, Float) - Constructor for class org.telegram.telegrambots.api.methods.send.SendLocation
-
- sendLocation(SendLocation) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Deprecated.
- sendLocationAsync(SendLocation, SentCallback<Message>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Deprecated.
- SendMediaGroup - Class in org.telegram.telegrambots.api.methods.send
-
- SendMediaGroup() - Constructor for class org.telegram.telegrambots.api.methods.send.SendMediaGroup
-
- SendMediaGroup(String, List<InputMedia>) - Constructor for class org.telegram.telegrambots.api.methods.send.SendMediaGroup
-
- SendMediaGroup(Long, List<InputMedia>) - Constructor for class org.telegram.telegrambots.api.methods.send.SendMediaGroup
-
- sendMediaGroup(SendMediaGroup) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Send a media group (https://core.telegram.org/bots/api#sendMediaGroup)
- 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
-
Deprecated.
- sendMessageAsync(SendMessage, SentCallback<Message>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Deprecated.
- 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
-
Deprecated.
- sendVenueAsync(SendVenue, SentCallback<Message>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Deprecated.
- 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
-
- setCanAddWebPagePreviews(Boolean) - Method in class org.telegram.telegrambots.api.methods.groupadministration.RestrictChatMember
-
- setCanChangeInformation(Boolean) - Method in class org.telegram.telegrambots.api.methods.groupadministration.PromoteChatMember
-
- setCanDeleteMessages(Boolean) - Method in class org.telegram.telegrambots.api.methods.groupadministration.PromoteChatMember
-
- setCanEditMessages(Boolean) - Method in class org.telegram.telegrambots.api.methods.groupadministration.PromoteChatMember
-
- setCanInviteUsers(Boolean) - Method in class org.telegram.telegrambots.api.methods.groupadministration.PromoteChatMember
-
- setCanPinMessages(Boolean) - Method in class org.telegram.telegrambots.api.methods.groupadministration.PromoteChatMember
-
- setCanPostMessages(Boolean) - Method in class org.telegram.telegrambots.api.methods.groupadministration.PromoteChatMember
-
- setCanPromoteMembers(Boolean) - Method in class org.telegram.telegrambots.api.methods.groupadministration.PromoteChatMember
-
- setCanRestrictMembers(Boolean) - Method in class org.telegram.telegrambots.api.methods.groupadministration.PromoteChatMember
-
- setCanSendMediaMessages(Boolean) - Method in class org.telegram.telegrambots.api.methods.groupadministration.RestrictChatMember
-
- setCanSendMessages(Boolean) - Method in class org.telegram.telegrambots.api.methods.groupadministration.RestrictChatMember
-
- setCanSendOtherMessages(Boolean) - Method in class org.telegram.telegrambots.api.methods.groupadministration.RestrictChatMember
-
- 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
-
- setCaption(String) - Method in class org.telegram.telegrambots.api.objects.media.InputMedia
-
- setCertificateFile(String) - Method in class org.telegram.telegrambots.api.methods.updates.SetWebhook
-
- SetChatDescription - Class in org.telegram.telegrambots.api.methods.groupadministration
-
- SetChatDescription() - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatDescription
-
- SetChatDescription(String, String) - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatDescription
-
- SetChatDescription(Long, String) - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatDescription
-
- setChatDescription(SetChatDescription) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Deprecated.
- setChatDescription(SetChatDescription, SentCallback<Boolean>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Deprecated.
- 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.DeleteChatPhoto
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.DeleteChatPhoto
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.DeleteStickerSetName
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.DeleteStickerSetName
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.ExportChatInviteLink
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.ExportChatInviteLink
-
- 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.PromoteChatMember
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.PromoteChatMember
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.RestrictChatMember
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.RestrictChatMember
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.SetChatDescription
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.SetChatDescription
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.SetChatPhoto
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.SetChatPhoto
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.SetChatStickerSet
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.SetChatStickerSet
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.SetChatTitle
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.groupadministration.SetChatTitle
-
- 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.pinnedmessages.PinChatMessage
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.pinnedmessages.PinChatMessage
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.pinnedmessages.UnpinChatMessage
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.pinnedmessages.UnpinChatMessage
-
- 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.SendMediaGroup
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.send.SendMediaGroup
-
- 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.StopMessageLiveLocation
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.StopMessageLiveLocation
-
- setChatId(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.DeleteMessage
-
- setChatId(Long) - 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.EditMessageLiveLocation
-
- setChatId(Long) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageLiveLocation
-
- 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
-
- SetChatPhoto - Class in org.telegram.telegrambots.api.methods.groupadministration
-
- SetChatPhoto() - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatPhoto
-
- SetChatPhoto(String, File) - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatPhoto
-
- SetChatPhoto(String, InputStream, String) - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatPhoto
-
- SetChatPhoto(Long, File) - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatPhoto
-
- SetChatPhoto(Long, InputStream, String) - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatPhoto
-
- setChatPhoto(SetChatPhoto) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Set chat profile photo (https://core.telegram.org/bots/api#setChatPhoto)
- SetChatStickerSet - Class in org.telegram.telegrambots.api.methods.groupadministration
-
- SetChatStickerSet() - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatStickerSet
-
- SetChatStickerSet(String, String) - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatStickerSet
-
- SetChatStickerSet(Long) - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatStickerSet
-
- SetChatTitle - Class in org.telegram.telegrambots.api.methods.groupadministration
-
- SetChatTitle() - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatTitle
-
- SetChatTitle(String, String) - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatTitle
-
- SetChatTitle(Long, String) - Constructor for class org.telegram.telegrambots.api.methods.groupadministration.SetChatTitle
-
- setChatTitle(SetChatTitle) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Deprecated.
- setChatTitle(SetChatTitle, SentCallback<Boolean>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Deprecated.
- setContainsMasks(Boolean) - Method in class org.telegram.telegrambots.api.methods.stickers.CreateNewStickerSet
-
- setCurrency(String) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- setDescription(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.SetChatDescription
-
- 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.pinnedmessages.PinChatMessage
-
- 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
-
- setDuration(int) - Method in class org.telegram.telegrambots.api.objects.media.InputMediaVideo
-
- setEmojis(String) - Method in class org.telegram.telegrambots.api.methods.stickers.AddStickerToSet
-
- setEmojis(String) - Method in class org.telegram.telegrambots.api.methods.stickers.CreateNewStickerSet
-
- 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
-
- setFromChatId(Long) - 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
-
Deprecated.
- setGameScoreAsync(SetGameScore, SentCallback<Serializable>) - Method in class org.telegram.telegrambots.bots.AbsSender
-
Deprecated.
- 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
-
- setHeight(int) - Method in class org.telegram.telegrambots.api.objects.media.InputMediaVideo
-
- 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.StopMessageLiveLocation
-
- setInlineMessageId(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageCaption
-
- setInlineMessageId(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageLiveLocation
-
- 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.methods.updatingmessages.EditMessageLiveLocation
-
- 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
-
- setLivePeriod(Integer) - Method in class org.telegram.telegrambots.api.methods.send.SendLocation
-
- setLivePeriod(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputLocationMessageContent
-
- setLivePeriod(Integer) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultLocation
-
- setLongitud(Float) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageLiveLocation
-
- 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
-
- setMaskPosition(MaskPosition) - Method in class org.telegram.telegrambots.api.methods.stickers.AddStickerToSet
-
- setMaskPosition(MaskPosition) - Method in class org.telegram.telegrambots.api.methods.stickers.CreateNewStickerSet
-
- setMaxConnections(Integer) - Method in class org.telegram.telegrambots.api.methods.updates.SetWebhook
-
- setMedia(List<InputMedia>) - Method in class org.telegram.telegrambots.api.methods.send.SendMediaGroup
-
- setMedia(String) - Method in class org.telegram.telegrambots.api.objects.media.InputMedia
-
Use this setter to send an existing file (using file_id) or an url.
- setMedia(File, String) - Method in class org.telegram.telegrambots.api.objects.media.InputMedia
-
Use this setter to send new file.
- setMedia(InputStream, String) - Method in class org.telegram.telegrambots.api.objects.media.InputMedia
-
Use this setter to send new file as stream.
- 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.pinnedmessages.PinChatMessage
-
- setMessageId(Integer) - Method in class org.telegram.telegrambots.api.methods.StopMessageLiveLocation
-
- 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.EditMessageLiveLocation
-
- 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
-
- setName(String) - Method in class org.telegram.telegrambots.api.methods.stickers.AddStickerToSet
-
- setName(String) - Method in class org.telegram.telegrambots.api.methods.stickers.CreateNewStickerSet
-
- setName(String) - Method in class org.telegram.telegrambots.api.methods.stickers.GetStickerSet
-
- 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(String, InputStream) - Method in class org.telegram.telegrambots.api.methods.groupadministration.SetChatPhoto
-
- 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
-
- setNewPngSticker(File) - Method in class org.telegram.telegrambots.api.methods.stickers.UploadStickerFile
-
- setNewPngSticker(String, InputStream) - Method in class org.telegram.telegrambots.api.methods.stickers.UploadStickerFile
-
- 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.SendAudio
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.methods.send.SendDocument
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.methods.send.SendMessage
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.methods.send.SendPhoto
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVideo
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.methods.send.SendVoice
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageCaption
-
- 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
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedAudio
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedDocument
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedGif
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedMpeg4Gif
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedPhoto
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVideo
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVoice
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultAudio
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultDocument
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGif
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultMpeg4Gif
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultPhoto
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo
-
- setParseMode(String) - Method in class org.telegram.telegrambots.api.objects.media.InputMedia
-
- 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(File) - Method in class org.telegram.telegrambots.api.methods.groupadministration.SetChatPhoto
-
- 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
-
- setPngSticker(String) - Method in class org.telegram.telegrambots.api.methods.stickers.AddStickerToSet
-
- setPngSticker(String) - Method in class org.telegram.telegrambots.api.methods.stickers.CreateNewStickerSet
-
- setPngStickerFile(File) - Method in class org.telegram.telegrambots.api.methods.stickers.AddStickerToSet
-
- setPngStickerFile(File) - Method in class org.telegram.telegrambots.api.methods.stickers.CreateNewStickerSet
-
- setPngStickerStream(String, InputStream) - Method in class org.telegram.telegrambots.api.methods.stickers.AddStickerToSet
-
- setPngStickerStream(String, InputStream) - Method in class org.telegram.telegrambots.api.methods.stickers.CreateNewStickerSet
-
- setPoint(String) - Method in class org.telegram.telegrambots.api.objects.stickers.MaskPosition
-
- setPosition(Integer) - Method in class org.telegram.telegrambots.api.methods.stickers.SetStickerPositionInSet
-
- 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
-
- setProviderData(String) - Method in class org.telegram.telegrambots.api.methods.send.SendInvoice
-
- 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.StopMessageLiveLocation
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageCaption
-
- setReplyMarkup(InlineKeyboardMarkup) - Method in class org.telegram.telegrambots.api.methods.updatingmessages.EditMessageLiveLocation
-
- 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.SendMediaGroup
-
- 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
-
- setScale(Float) - Method in class org.telegram.telegrambots.api.objects.stickers.MaskPosition
-
- 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
-
- setSticker(String) - Method in class org.telegram.telegrambots.api.methods.stickers.DeleteStickerFromSet
-
- setSticker(String) - Method in class org.telegram.telegrambots.api.methods.stickers.SetStickerPositionInSet
-
- setStickerFileId(String) - Method in class org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedSticker
-
- SetStickerPositionInSet - Class in org.telegram.telegrambots.api.methods.stickers
-
- SetStickerPositionInSet(String, Integer) - Constructor for class org.telegram.telegrambots.api.methods.stickers.SetStickerPositionInSet
-
- SetStickerPositionInSet() - Constructor for class org.telegram.telegrambots.api.methods.stickers.SetStickerPositionInSet
-
- setStickerSetName(String) - Method in class org.telegram.telegrambots.api.methods.groupadministration.SetChatStickerSet
-
- setSupportsStreaming(Boolean) - Method in class org.telegram.telegrambots.api.methods.send.SendVideo
-
- 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.groupadministration.SetChatTitle
-
- 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.methods.stickers.CreateNewStickerSet
-
- 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
-
- setUntilDate(Integer) - Method in class org.telegram.telegrambots.api.methods.groupadministration.KickChatMember
-
- setUntilDate(Integer) - Method in class org.telegram.telegrambots.api.methods.groupadministration.RestrictChatMember
-
- 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.PromoteChatMember
-
- setUserId(Integer) - Method in class org.telegram.telegrambots.api.methods.groupadministration.RestrictChatMember
-
- setUserId(Integer) - Method in class org.telegram.telegrambots.api.methods.groupadministration.UnbanChatMember
-
- setUserId(Integer) - Method in class org.telegram.telegrambots.api.methods.stickers.AddStickerToSet
-
- setUserId(Integer) - Method in class org.telegram.telegrambots.api.methods.stickers.CreateNewStickerSet
-
- setUserId(Integer) - Method in class org.telegram.telegrambots.api.methods.stickers.UploadStickerFile
-
- 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
-
- setWidth(int) - Method in class org.telegram.telegrambots.api.objects.media.InputMediaVideo
-
- setxShift(Float) - Method in class org.telegram.telegrambots.api.objects.stickers.MaskPosition
-
- setyShift(Float) - Method in class org.telegram.telegrambots.api.objects.stickers.MaskPosition
-
- 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.stickers
-
- Sticker() - Constructor for class org.telegram.telegrambots.api.objects.stickers.Sticker
-
- STICKER_FIELD - Static variable in class org.telegram.telegrambots.api.methods.send.SendSticker
-
- StickerSet - Class in org.telegram.telegrambots.api.objects.stickers
-
- StickerSet() - Constructor for class org.telegram.telegrambots.api.objects.stickers.StickerSet
-
- stop() - Method in interface org.telegram.telegrambots.generics.BotSession
-
Stops the bot
- StopMessageLiveLocation - Class in org.telegram.telegrambots.api.methods
-
- StopMessageLiveLocation() - Constructor for class org.telegram.telegrambots.api.methods.StopMessageLiveLocation
-
- SuccessfulPayment - Class in org.telegram.telegrambots.api.objects.payments
-
- SuccessfulPayment() - Constructor for class org.telegram.telegrambots.api.objects.payments.SuccessfulPayment
-
- SUPPORTSSTREAMING_FIELD - Static variable in class org.telegram.telegrambots.api.methods.send.SendVideo
-