Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- save(long, long, String) - Method in class io.github.natanimn.telebof.states.StateMemoryStorage
- save(long, String) - Method in class io.github.natanimn.telebof.states.StateMemoryStorage
- savePreparedInlineMessage(long, InlineQueryResult) - Method in class io.github.natanimn.telebof.BotContext
-
Stores a message that can be sent by a user of a Mini App.
- SavePreparedInlineMessage - Class in io.github.natanimn.telebof.requests.service
- SavePreparedInlineMessage(long, InlineQueryResult, Api) - Constructor for class io.github.natanimn.telebof.requests.service.SavePreparedInlineMessage
- scope(BotCommandScope) - Method in class io.github.natanimn.telebof.requests.delete.DeleteMyCommands
-
Optional
- scope(BotCommandScope) - Method in class io.github.natanimn.telebof.requests.get.GetMyCommands
-
Optional
- scope(BotCommandScope) - Method in class io.github.natanimn.telebof.requests.set.SetMyCommands
-
Optional
- secretToken(String) - Method in class io.github.natanimn.telebof.requests.set.SetWebhook
-
Optional
- SELFIE - Enum constant in enum class io.github.natanimn.telebof.enums.PassportElementErrorSource
- sendAnimation(Object, File) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound).
- sendAnimation(Object, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send animation files (GIF or H.264/MPEG-4 AVC video without sound).
- SendAnimation - Class in io.github.natanimn.telebof.requests.send
-
SendAnimation class.
- SendAnimation(Object, File, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendAnimation
-
Required
- SendAnimation(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendAnimation
-
Required
- sendAudio(Object, File) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send audio files, if you want Telegram clients to display them in the music player.
- sendAudio(Object, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send audio files, if you want Telegram clients to display them in the music player.
- SendAudio - Class in io.github.natanimn.telebof.requests.send
-
SendAudio class.
- SendAudio(Object, File, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendAudio
-
Required
- SendAudio(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendAudio
-
Required
- SendBuilder<T,
R> - Class in io.github.natanimn.telebof.requests.send -
Common parameters builder for sendXyz methods
- SendBuilder(Object, Api, String) - Constructor for class io.github.natanimn.telebof.requests.send.SendBuilder
- SendBuilder(Object, Api, String, Type) - Constructor for class io.github.natanimn.telebof.requests.send.SendBuilder
- sendChatAction(Object, ChatAction) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method when you need to tell the user that something is happening on the bot's side.
- SendChatAction - Class in io.github.natanimn.telebof.requests.send
-
SendChatAction class.
- SendChatAction(Object, ChatAction, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendChatAction
-
Required
- sendChecklist(String, Object, InputChecklist) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send a checklist on behalf of a connected business account.
- SendChecklist - Class in io.github.natanimn.telebof.requests.send
-
SendChecklist class.
- SendChecklist(String, Object, InputChecklist, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendChecklist
-
Required
- sendContact(Object, String, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send phone contacts.
- SendContact - Class in io.github.natanimn.telebof.requests.send
-
SendContact class.
- SendContact(Object, String, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendContact
-
Required
- sendDate(Integer) - Method in class io.github.natanimn.telebof.requests.service.ApproveSuggestedPost
-
Optional
- sendDice(Object) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send an animated emoji that will display a random value.
- SendDice - Class in io.github.natanimn.telebof.requests.send
-
SendDice class.
- SendDice(Object, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendDice
-
Required
- sendDocument(Object, File) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send general files.
- sendDocument(Object, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send general files.
- SendDocument - Class in io.github.natanimn.telebof.requests.send
-
SendDocument class.
- SendDocument(Object, File, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendDocument
-
Required
- SendDocument(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendDocument
-
Required
- sendEmailToProvider(boolean) - Method in class io.github.natanimn.telebof.requests.create.CreateInvoiceLink
-
Optional
- sendEmailToProvider(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendInvoice
-
Optional
- sendGame(long, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send a game
- SendGame - Class in io.github.natanimn.telebof.requests.send
-
SendGame class.
- SendGame(long, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendGame
-
Required
- sendGift(long, String) - Method in class io.github.natanimn.telebof.BotContext
-
Sends a gift to the given user or channel chat.
- sendGift(Object, String) - Method in class io.github.natanimn.telebof.BotContext
-
Sends a gift to the given user or channel chat.
- SendGift - Class in io.github.natanimn.telebof.requests.send
-
SendGift class for sending gifts
- SendGift(long, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendGift
- SendGift(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendGift
- sendInvoice(Object, String, String, String, String, LabeledPrice[]) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send invoices.
- SendInvoice - Class in io.github.natanimn.telebof.requests.send
-
SendInvoice class.
- SendInvoice(Object, String, String, String, String, LabeledPrice[], Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendInvoice
-
Required
- sendLocation(Object, double, double) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send point on the map.
- SendLocation - Class in io.github.natanimn.telebof.requests.send
-
SendLocation class.
- SendLocation(Object, double, double, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendLocation
-
Required
- sendMediaGroup(Object, InputMedia[]) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send a group of photos, videos, documents or audios as an album.
- SendMediaGroup - Class in io.github.natanimn.telebof.requests.send
-
SendMediaGroup class.
- SendMediaGroup(Object, InputMedia[], Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendMediaGroup
- sendMessage(Object, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send text messages.
- SendMessage - Class in io.github.natanimn.telebof.requests.send
- SendMessage(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendMessage
-
Required
- sendMessageDraft(long, String, int) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to stream a partial message to a user while the message is being generated; supported only for bots with forum topic mode enabled.
- SendMessageDraft - Class in io.github.natanimn.telebof.requests.send
-
SendMessageDraft class.
- SendMessageDraft(long, String, int, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendMessageDraft
-
Required
- sendPaidMedia(Object, int, InputPaidMedia[]) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send paid media.
- SendPaidMedia - Class in io.github.natanimn.telebof.requests.send
-
SendPaidMedia class.
- SendPaidMedia(Object, int, InputPaidMedia[], Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendPaidMedia
-
Required
- sendPhoneNumberToProvider(boolean) - Method in class io.github.natanimn.telebof.requests.create.CreateInvoiceLink
-
Optional
- sendPhoneNumberToProvider(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendInvoice
-
Optional
- sendPhoto(Object, File) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send photos.
- sendPhoto(Object, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send photos.
- SendPhoto - Class in io.github.natanimn.telebof.requests.send
-
SendPhoto class.
- SendPhoto(Object, File, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendPhoto
-
Required
- SendPhoto(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendPhoto
-
Required
- sendPoll(Object, String, InputPollOption[]) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send a native poll.
- SendPoll - Class in io.github.natanimn.telebof.requests.send
-
SendPoll class.
- SendPoll(Object, String, InputPollOption[], Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendPoll
-
Required
- sendSticker(Object, File) - Method in class io.github.natanimn.telebof.BotContext
- sendSticker(Object, String) - Method in class io.github.natanimn.telebof.BotContext
- SendSticker - Class in io.github.natanimn.telebof.requests.send
-
SendSticker class.
- SendSticker(Object, File, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendSticker
-
Required
- SendSticker(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendSticker
-
Required
- sendVenue(Object, double, double, String, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send information about a venue.
- SendVenue - Class in io.github.natanimn.telebof.requests.send
-
SendVenue class.
- SendVenue(Object, double, double, String, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendVenue
-
Required
- sendVideo(Object, File) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as Document).
- sendVideo(Object, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as Document).
- SendVideo - Class in io.github.natanimn.telebof.requests.send
-
SendMessage class.
- SendVideo(Object, File, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendVideo
-
Required
- SendVideo(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendVideo
-
Required
- sendVideoNote(Object, File) - Method in class io.github.natanimn.telebof.BotContext
-
As of v.4.0, Telegram clients support rounded square MPEG4 videos of up to 1 minute long.
- sendVideoNote(Object, String) - Method in class io.github.natanimn.telebof.BotContext
-
As of v.4.0, Telegram clients support rounded square MPEG4 videos of up to 1 minute long.
- SendVideoNote - Class in io.github.natanimn.telebof.requests.send
-
SendVideoNote class.
- SendVideoNote(Object, File, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendVideoNote
-
Required
- SendVideoNote(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendVideoNote
-
Required
- sendVoice(Object, File) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message.
- sendVoice(Object, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message.
- SendVoice - Class in io.github.natanimn.telebof.requests.send
-
SendVoice class.
- SendVoice(Object, File, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendVoice
-
Required
- SendVoice(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.send.SendVoice
-
Required
- SentWebAppMessage - Class in io.github.natanimn.telebof.types.media_and_service
-
Describes an inline message sent by a Web App on behalf of a user.
- SentWebAppMessage() - Constructor for class io.github.natanimn.telebof.types.media_and_service.SentWebAppMessage
- setAddress(LocationAddress) - Method in class io.github.natanimn.telebof.types.story.StoryAreaTypeLocation
- setAllowBotChats(Boolean) - Method in class io.github.natanimn.telebof.types.media_and_service.SwitchInlineQueryChosenChat
- setAllowChannelChats(Boolean) - Method in class io.github.natanimn.telebof.types.media_and_service.SwitchInlineQueryChosenChat
- setAllowGroupChats(Boolean) - Method in class io.github.natanimn.telebof.types.media_and_service.SwitchInlineQueryChosenChat
- setAllowSendingWithoutReply(Boolean) - Method in class io.github.natanimn.telebof.types.ReplyParameters
-
Optional
- setAllowUserChats(Boolean) - Method in class io.github.natanimn.telebof.types.media_and_service.SwitchInlineQueryChosenChat
- setAudioDuration(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultAudio
-
Optional
- setAuthorSignature(String) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageOrigin
- setBackgroundColor(Integer) - Method in class io.github.natanimn.telebof.types.story.StoryAreaTypeWeather
- setBotAdministratorRights(ChatAdministratorRights) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
-
Optional
- setBotIsMember(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
-
Optional
- setBotUsername(String) - Method in class io.github.natanimn.telebof.types.keyboard.LoginUrl
-
Optional
- setBusinessAccountBio(String) - Method in class io.github.natanimn.telebof.BotContext
-
Changes the bio of a managed business account.
- SetBusinessAccountBio - Class in io.github.natanimn.telebof.requests.set
-
SetBusinessAccountBio class.
- SetBusinessAccountBio(String, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetBusinessAccountBio
-
Required
- setBusinessAccountGiftSettings(String, boolean, AcceptedGiftTypes) - Method in class io.github.natanimn.telebof.BotContext
-
Changes the privacy settings pertaining to incoming gifts in a managed business account.
- SetBusinessAccountGiftSettings - Class in io.github.natanimn.telebof.requests.set
-
SetBusinessAccountGiftSettings class.
- SetBusinessAccountGiftSettings(String, boolean, AcceptedGiftTypes, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetBusinessAccountGiftSettings
-
Required
- setBusinessAccountName(String, String) - Method in class io.github.natanimn.telebof.BotContext
-
Changes the first and last name of a managed business account.
- SetBusinessAccountName - Class in io.github.natanimn.telebof.requests.set
-
SetBusinessAccountName class.
- SetBusinessAccountName(String, String, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetBusinessAccountName
-
Required
- setBusinessAccountProfilePhoto(String, InputProfilePhoto) - Method in class io.github.natanimn.telebof.BotContext
-
Changes the profile photo of a managed business account.
- SetBusinessAccountProfilePhoto - Class in io.github.natanimn.telebof.requests.set
-
SetBusinessAccountProfilePhoto class.
- SetBusinessAccountProfilePhoto(String, InputProfilePhoto, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetBusinessAccountProfilePhoto
-
Required
- setBusinessAccountUsername(String) - Method in class io.github.natanimn.telebof.BotContext
-
Changes the username of a managed business account.
- SetBusinessAccountUsername - Class in io.github.natanimn.telebof.requests.set
-
SetBusinessAccountUsername class.
- SetBusinessAccountUsername(String, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetBusinessAccountUsername
-
Required
- setCallbackGame(CallbackGame) - Method in class io.github.natanimn.telebof.types.keyboard.InlineKeyboardButton
-
Optional
- setCanAddWebPagePreviews(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanAddWebPagePreviews(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanBeEdited(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanChangeInfo(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanChangeInfo(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanChangeInfo(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanDeleteMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanDeleteMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanDeleteStories(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanDeleteStories(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanEditMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanEditMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanEditStories(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanEditStories(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanInviteUsers(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanInviteUsers(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanInviteUsers(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanManageChat(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanManageChat(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanManageDirectMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanManageTopics(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanManageTopics(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanManageTopics(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanManageVideoChats(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanManageVideoChats(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanPinMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanPinMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanPinMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanPostMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanPostMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanPostStories(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanPostStories(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanPromoteMembers(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanPromoteMembers(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanRestrictMembers(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setCanRestrictMembers(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanSendAudios(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanSendAudios(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanSendDocuments(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanSendDocuments(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanSendMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanSendMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanSendOtherMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanSendOtherMessages(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanSendPhotos(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanSendPhotos(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanSendPolls(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanSendPolls(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanSendVideoNotes(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanSendVideoNotes(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanSendVideos(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCanSendVideos(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanSendVoiceNotes(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatPermissions
- setCanSendVoiceVotes(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultAudio
-
Optional
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedAudio
-
Optional
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedDocument
-
Optional
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedGif
-
Optional
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedMpeg4Gif
-
Optional
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedPhoto
-
Optional
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVideo
-
Optional
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVoice
-
Optional
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
-
Optional
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
-
Optional
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
-
Optional
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
-
Optional
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
-
Optional
- setCaption(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVoice
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultAudio
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedAudio
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedDocument
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedGif
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedMpeg4Gif
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedPhoto
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVideo
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVoice
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
-
Optional
- setCaptionEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVoice
-
Optional
- setChatAdministratorCustomTitle(Object, long, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to set a custom title for an administrator in a supergroup promoted by the bot.
- SetChatAdministratorCustomTitle - Class in io.github.natanimn.telebof.requests.set
-
SetChatAdministratorCustomTitle class.
- SetChatAdministratorCustomTitle(Object, long, String, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetChatAdministratorCustomTitle
-
Required
- setChatDescription(Object, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to change the description of a group, a supergroup or a channel.
- SetChatDescription - Class in io.github.natanimn.telebof.requests.set
-
SetChatDescription class.
- SetChatDescription(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetChatDescription
-
Required
- setChatHasUsername(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
-
Optional
- setChatId(Object) - Method in class io.github.natanimn.telebof.types.ReplyParameters
-
Optional
- setChatIsCreated(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
-
Optional
- setChatIsForum(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
-
Optional
- setChatMenuButton() - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to change the bot's menu button in a private chat, or the default menu button.
- SetChatMenuButton - Class in io.github.natanimn.telebof.requests.set
-
SetChatMenuButton class.
- SetChatMenuButton(Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetChatMenuButton
-
Required
- setChatPermissions(Object, ChatPermissions) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to set default chat permissions for all members.
- SetChatPermissions - Class in io.github.natanimn.telebof.requests.set
-
SetChatPermissions class.
- SetChatPermissions(Object, ChatPermissions, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetChatPermissions
-
Required
- setChatPhoto(Object, File) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to set a new profile photo for the chat.
- SetChatPhoto - Class in io.github.natanimn.telebof.requests.set
-
SetChatPhoto class.
- SetChatPhoto(Object, File, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetChatPhoto
-
Required
- setChatStickerSet(Object, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to set a new group sticker set for a supergroup.
- SetChatStickerSet - Class in io.github.natanimn.telebof.requests.set
-
SetChatStickerSet class.
- SetChatStickerSet(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetChatStickerSet
-
Required
- setChatTitle(Object, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to change the title of a chat.
- SetChatTitle - Class in io.github.natanimn.telebof.requests.set
-
SetChatTitle class.
- SetChatTitle(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetChatTitle
-
Required
- setChecklistTaskId(Integer) - Method in class io.github.natanimn.telebof.types.ReplyParameters
-
Optional
- setCity(String) - Method in class io.github.natanimn.telebof.types.media_and_service.LocationAddress
- setCopyText(CopyTextButton) - Method in class io.github.natanimn.telebof.types.keyboard.InlineKeyboardButton
-
Optional.
- setCountryCode(String) - Method in class io.github.natanimn.telebof.types.media_and_service.LocationAddress
- setCover(File) - Method in class io.github.natanimn.telebof.types.input.InputMediaVideo
-
Optional.
- setCover(File) - Method in class io.github.natanimn.telebof.types.input.InputPaidMediaVideo
-
Optional.
- setCover(String) - Method in class io.github.natanimn.telebof.types.input.InputMediaVideo
-
Optional.
- setCover(String) - Method in class io.github.natanimn.telebof.types.input.InputPaidMediaVideo
-
Optional.
- setCoverFrameTimestamp(Double) - Method in class io.github.natanimn.telebof.types.input.InputStoryContentVideo
- setCustomEmojiId(String) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageEntity
- setCustomEmojiId(String) - Method in class io.github.natanimn.telebof.types.media_and_service.ReactionType
-
Optional.
- setCustomEmojiStickerSetThumbnail(String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to set the thumbnail of a custom emoji sticker set.
- SetCustomEmojiStickerSetThumbnail - Class in io.github.natanimn.telebof.requests.set
-
SetCustomEmojiStickerSetThumbnail class.
- SetCustomEmojiStickerSetThumbnail(String, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetCustomEmojiStickerSetThumbnail
-
Required
- setCustomTitle(String) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setDate(Integer) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageOrigin
- setDate(Long) - Method in class io.github.natanimn.telebof.types.suggested.SuggestedPostParameters
- setDescription(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultArticle
-
Optional
- setDescription(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedDocument
- setDescription(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedPhoto
-
Optional
- setDescription(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVideo
-
Optional
- setDescription(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
-
Optional
- setDescription(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
-
Optional
- setDescription(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
-
Optional
- setDisableContentTypeDetection(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputMediaDocument
-
Optional.
- setDuration(Double) - Method in class io.github.natanimn.telebof.types.input.InputStoryContentVideo
- setDuration(Integer) - Method in class io.github.natanimn.telebof.types.input.InputMediaAnimation
- setDuration(Integer) - Method in class io.github.natanimn.telebof.types.input.InputMediaAudio
-
Optional.
- setDuration(Integer) - Method in class io.github.natanimn.telebof.types.input.InputMediaVideo
-
Optional.
- setDuration(Integer) - Method in class io.github.natanimn.telebof.types.input.InputPaidMediaVideo
-
Optional.
- setEmoji(String) - Method in class io.github.natanimn.telebof.types.media_and_service.ReactionType
-
Optional.
- setEntities(List<MessageEntity>) - Method in class io.github.natanimn.telebof.types.input.InputTextMessageContent
- setFlexible(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setForwardText(String) - Method in class io.github.natanimn.telebof.types.keyboard.LoginUrl
-
Optional
- setFoursquareId(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVenue
-
Optional
- setFoursquareId(String) - Method in class io.github.natanimn.telebof.types.input.InputVenueMessageContent
-
Optional.
- setFoursquareType(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVenue
-
Optional
- setFoursquareType(String) - Method in class io.github.natanimn.telebof.types.input.InputVenueMessageContent
-
Optional.
- setGameScore(long, long, int, int) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to set the score of the specified user in a game message.
- setGameScore(String, long, int) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to set the score of the specified user in a game message.
- SetGameScore - Class in io.github.natanimn.telebof.requests.set
-
SetGameScore class.
- SetGameScore(long, long, int, int, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetGameScore
-
Required
- SetGameScore(String, long, int, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetGameScore
-
Required
- setGifDuration(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
-
Optional
- setGifHeight(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
-
Optional
- setGifWidth(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
-
Optional
- setGooglePlaceId(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVenue
-
Optional
- setGooglePlaceId(String) - Method in class io.github.natanimn.telebof.types.input.InputVenueMessageContent
-
Optional.
- setGooglePlaceType(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVenue
-
Optional
- setGooglePlaceType(String) - Method in class io.github.natanimn.telebof.types.input.InputVenueMessageContent
-
Optional.
- setHasSpoiler(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputMediaAnimation
- setHasSpoiler(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputMediaAudio
-
Optional.
- setHasSpoiler(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputMediaPhoto
-
Optional.
- setHasSpoiler(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputMediaVideo
-
Optional.
- setHeading(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultLocation
-
Optional
- setHeading(Integer) - Method in class io.github.natanimn.telebof.types.input.InputLocationMessageContent
-
Optional.
- setHeading(Integer) - Method in class io.github.natanimn.telebof.types.media_and_service.Location
- setHeight(Integer) - Method in class io.github.natanimn.telebof.types.input.InputMediaAnimation
- setHeight(Integer) - Method in class io.github.natanimn.telebof.types.input.InputMediaVideo
-
Optional.
- setHeight(Integer) - Method in class io.github.natanimn.telebof.types.input.InputPaidMediaVideo
-
Optional.
- setHorizontalAccuracy(Double) - Method in class io.github.natanimn.telebof.types.input.InputLocationMessageContent
-
Optional.
- setHorizontalAccuracy(Double) - Method in class io.github.natanimn.telebof.types.media_and_service.Location
- setHorizontalAccuracy(Float) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultLocation
-
Optional
- setInputFieldPlaceholder(String) - Method in class io.github.natanimn.telebof.types.keyboard.ForceReply
-
Optional.
- setInputFieldPlaceholder(String) - Method in class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardMarkup
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultAudio
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedAudio
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedDocument
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedGif
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedMpeg4Gif
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedPhoto
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVideo
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVoice
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVoice
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedSticker
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultContact
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultLocation
-
Optional
- setInputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVenue
-
Optional
- setIsAnimation(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputStoryContentVideo
- setIsAnonymous(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
- setIsAnonymous(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setIsDark(Boolean) - Method in class io.github.natanimn.telebof.types.story.StoryAreaTypeSuggestedReaction
- setIsDisabled(Boolean) - Method in class io.github.natanimn.telebof.types.media_and_service.LinkPreviewOptions
- setIsFlipped(Boolean) - Method in class io.github.natanimn.telebof.types.story.StoryAreaTypeSuggestedReaction
- setIsMember(Boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setIsPersistent(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardMarkup
-
Optional
- setKeywords(String[]) - Method in class io.github.natanimn.telebof.types.input.InputSticker
-
Optional
- setLanguage(String) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageEntity
- setLastName(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultContact
-
Optional
- setLatitude(Double) - Method in class io.github.natanimn.telebof.types.media_and_service.Location
- setLength(Integer) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageEntity
- setLinkPreviewOptions(LinkPreviewOptions) - Method in class io.github.natanimn.telebof.types.input.InputTextMessageContent
- setLivePeriod(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultLocation
-
Optional
- setLivePeriod(Integer) - Method in class io.github.natanimn.telebof.types.input.InputLocationMessageContent
-
Optional.
- setLivePeriod(Integer) - Method in class io.github.natanimn.telebof.types.media_and_service.Location
- setLoginUrl(LoginUrl) - Method in class io.github.natanimn.telebof.types.keyboard.InlineKeyboardButton
-
Optional
- setLogLevel(Level) - Static method in class io.github.natanimn.telebof.log.BotLog
- setLongitude(Double) - Method in class io.github.natanimn.telebof.types.media_and_service.Location
- setMainFrameTimestamp(Double) - Method in class io.github.natanimn.telebof.types.input.InputProfilePhotoAnimated
-
Optional.
- setMaskPosition(MaskPosition) - Method in class io.github.natanimn.telebof.types.input.InputSticker
-
Optional
- setMaxQuantity(int) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestUsers
-
Optional
- setMaxTipAmount(Integer) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setMessageId(Integer) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageOrigin
- setMessageReaction(Object, int) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to change the chosen reactions on a message.
- SetMessageReaction - Class in io.github.natanimn.telebof.requests.set
-
SetMessageReaction class.
- SetMessageReaction(Object, int, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetMessageReaction
-
Required
- setMpeg4Duration(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
-
Optional
- setMpeg4Height(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
-
Optional
- setMpeg4Width(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
-
Optional
- setMyCommands(BotCommand[]) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to change the list of the bot's commands.
- SetMyCommands - Class in io.github.natanimn.telebof.requests.set
-
SetMyCommands class.
- SetMyCommands(BotCommand[], Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetMyCommands
-
Required
- setMyDefaultAdministratorRights() - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to change the default administrator rights requested by the bot when it's added as an administrator to groups or channels.
- SetMyDefaultAdministratorRights - Class in io.github.natanimn.telebof.requests.set
-
SetMyDefaultAdministratorRights class.
- SetMyDefaultAdministratorRights(Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetMyDefaultAdministratorRights
-
Required
- setMyDescription() - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty.
- SetMyDescription - Class in io.github.natanimn.telebof.requests.set
-
SetMyDescription class.
- SetMyDescription(Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetMyDescription
-
Required
- setMyName() - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to change the bot's name.
- SetMyName - Class in io.github.natanimn.telebof.requests.set
-
SetMyName class.
- SetMyName(Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetMyName
-
Required
- setNeedEmail(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setNeedName(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setNeedPhoneNumber(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setNeedShippingAddress(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setOffset(Integer) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageEntity
- setOthersCanAddTasks(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputChecklist
-
Optional.
- setOthersCanMarkTasksAsDone(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputChecklist
-
Optional.
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultAudio
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedAudio
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedDocument
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedGif
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedMpeg4Gif
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedPhoto
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVideo
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVoice
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVoice
-
Optional
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.input.InputChecklist
-
Optional.
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.input.InputChecklistTask
-
Optional.
- setParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.input.InputTextMessageContent
- setPassportDataErrors(long, PassportElementError[]) - Method in class io.github.natanimn.telebof.BotContext
-
Informs a user that some of the Telegram Passport elements they provided contains errors.
- SetPassportDataErrors - Class in io.github.natanimn.telebof.requests.set
-
SetPassportDataErrors class.
- SetPassportDataErrors(long, PassportElementError[], Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetPassportDataErrors
-
Required
- setPay(Boolean) - Method in class io.github.natanimn.telebof.types.keyboard.InlineKeyboardButton
-
Optional
- setPerformer(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultAudio
-
Optional
- setPerformer(String) - Method in class io.github.natanimn.telebof.types.input.InputMediaAudio
-
Optional.
- setPhotoHeight(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
-
Optional
- setPhotoHeight(Integer) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setPhotoSize(Integer) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setPhotoUrl(String) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setPhotoWidth(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
-
Optional
- setPhotoWidth(Integer) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setPoint(String) - Method in class io.github.natanimn.telebof.types.media_and_service.MaskPosition
- setPreferLargeMedia(Boolean) - Method in class io.github.natanimn.telebof.types.media_and_service.LinkPreviewOptions
- setPreferSmallMedia(Boolean) - Method in class io.github.natanimn.telebof.types.media_and_service.LinkPreviewOptions
- setPrice(SuggestedPostPrice) - Method in class io.github.natanimn.telebof.types.suggested.SuggestedPostParameters
- setProviderData(String) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setProviderToken(String) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setProximityAlertRadius(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultLocation
-
Optional
- setProximityAlertRadius(Integer) - Method in class io.github.natanimn.telebof.types.input.InputLocationMessageContent
-
Optional.
- setProximityAlertRadius(Integer) - Method in class io.github.natanimn.telebof.types.media_and_service.Location
- setQuery(String) - Method in class io.github.natanimn.telebof.types.media_and_service.SwitchInlineQueryChosenChat
- setQuote(String) - Method in class io.github.natanimn.telebof.types.ReplyParameters
-
Optional
- setQuoteEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.ReplyParameters
-
Optional
- setQuoteParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.ReplyParameters
-
Optional
- setQuotePosition(Integer) - Method in class io.github.natanimn.telebof.types.ReplyParameters
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultAudio
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedAudio
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedDocument
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedGif
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedMpeg4Gif
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedPhoto
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVideo
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVoice
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVoice
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultArticle
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedSticker
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultContact
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultGame
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultLocation
-
Optional
- setReplyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVenue
-
Optional
- setRequestChat(KeyboardButtonRequestChat) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButton
-
Optional
- setRequestContact(Boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButton
-
Optional
- setRequestLocation(Boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButton
-
Optional
- setRequestName(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestUsers
-
Optional
- setRequestPhoto(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
-
Optional
- setRequestPhoto(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestUsers
-
Optional
- setRequestPoll(KeyboardButtonPollType) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButton
-
Optional
- setRequestTitle(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
-
Optional
- setRequestUsername(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
-
Optional
- setRequestUsername(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestUsers
-
Optional
- setRequestUsers(KeyboardButtonRequestUsers) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButton
-
Optional
- setRequestWriteAccess(Boolean) - Method in class io.github.natanimn.telebof.types.keyboard.LoginUrl
-
Optional
- setResizeKeyboard(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardMarkup
-
Optional
- setRowWidth(int) - Method in class io.github.natanimn.telebof.types.keyboard.InlineKeyboardMarkup
- setScale(Double) - Method in class io.github.natanimn.telebof.types.media_and_service.MaskPosition
- setSelective(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardMarkup
-
Optional
- setSelective(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardRemove
-
Optional
- setSelective(Boolean) - Method in class io.github.natanimn.telebof.types.keyboard.ForceReply
-
Optional.
- setSendEmailToProvider(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setSenderChat(Chat) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageOrigin
- setSenderUser(User) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageOrigin
- setSenderUserName(String) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageOrigin
- setSendPhoneNumberToProvider(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setShowAboveText(Boolean) - Method in class io.github.natanimn.telebof.types.media_and_service.LinkPreviewOptions
- setShowCaptionAboveMedia(Boolean) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedGif
-
Optional
- setShowCaptionAboveMedia(Boolean) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedMpeg4Gif
-
Optional
- setShowCaptionAboveMedia(Boolean) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedPhoto
-
Optional
- setShowCaptionAboveMedia(Boolean) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVideo
-
Optional
- setShowCaptionAboveMedia(Boolean) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
-
Optional
- setShowCaptionAboveMedia(Boolean) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
-
Optional
- setShowCaptionAboveMedia(Boolean) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
-
Optional
- setShowCaptionAboveMedia(Boolean) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
-
Optional
- setStartParameter(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultsButton
-
Optional
- setStartTimestamp(Integer) - Method in class io.github.natanimn.telebof.types.input.InputMediaVideo
-
Optional.
- setStartTimestamp(Integer) - Method in class io.github.natanimn.telebof.types.input.InputPaidMediaVideo
-
Optional.
- setState(long, long, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to set new state in group/supergroup chat for a user
- setState(long, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to set new state in private chat for a user
- setState(String) - Method in class io.github.natanimn.telebof.types.media_and_service.LocationAddress
- setStatus(ChatMemberStatus) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setStickerEmojiList(String, String[]) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to change the list of emoji assigned to a regular or custom emoji sticker.
- SetStickerEmojiList - Class in io.github.natanimn.telebof.requests.set
-
SetStickerEmojiList class.
- SetStickerEmojiList(String, String[], Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetStickerEmojiList
-
Required
- setStickerKeywords(String, String[]) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to change search keywords assigned to a regular or custom emoji sticker.
- SetStickerKeywords - Class in io.github.natanimn.telebof.requests.set
-
SetStickerKeywords class.
- SetStickerKeywords(String, String[], Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetStickerKeywords
-
Required
- setStickerMaskPosition(String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to change the mask position of a mask sticker.
- SetStickerMaskPosition - Class in io.github.natanimn.telebof.requests.set
-
SetStickerMaskPosition class.
- SetStickerMaskPosition(String, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetStickerMaskPosition
-
Required
- setStickerPositionInSet(String, int) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to move a sticker in a set created by the bot to a specific position.
- SetStickerPositionInSet - Class in io.github.natanimn.telebof.requests.set
-
SetStickerPositionInSet class.
- SetStickerPositionInSet(String, int, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetStickerPositionInSet
-
Required
- setStickerSetThumbnail(String, long, File, StickerFormat) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to set the thumbnail of a regular or mask sticker set.
- setStickerSetThumbnail(String, long, String, StickerFormat) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to set the thumbnail of a regular or mask sticker set.
- SetStickerSetThumbnail - Class in io.github.natanimn.telebof.requests.set
-
SetStickerSetThumbnail class.
- SetStickerSetThumbnail(String, long, File, StickerFormat, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetStickerSetThumbnail
-
Required
- SetStickerSetThumbnail(String, long, String, StickerFormat, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetStickerSetThumbnail
-
Required
- setStickerSetTitle(String, String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to set the title of a created sticker set.
- SetStickerSetTitle - Class in io.github.natanimn.telebof.requests.set
-
SetStickerSetTitle class.
- SetStickerSetTitle(String, String, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetStickerSetTitle
-
Required
- setStreet(String) - Method in class io.github.natanimn.telebof.types.media_and_service.LocationAddress
- setSuggestedTipAmounts(List<Integer>) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
- setSupportsStreaming(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputMediaVideo
-
Optional.
- setSupportsStreaming(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputPaidMediaVideo
-
Optional.
- setSwitchInlineQueryChosenChat(SwitchInlineQueryChosenChat) - Method in class io.github.natanimn.telebof.types.keyboard.InlineKeyboardButton
-
Optional
- setSwitchInlineQueryCurrentChat(String) - Method in class io.github.natanimn.telebof.types.keyboard.InlineKeyboardButton
-
Optional
- setText(String) - Method in class io.github.natanimn.telebof.types.keyboard.MenuButton
-
Optional
- setTextEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.input.InputChecklistTask
-
Optional.
- setTextEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.input.InputPollOption
-
Optional.
- setTextParseMode(ParseMode) - Method in class io.github.natanimn.telebof.types.input.InputPollOption
-
Optional.
- setThumbnail(File) - Method in class io.github.natanimn.telebof.types.input.InputMediaDocument
-
Optional.
- setThumbnail(File) - Method in class io.github.natanimn.telebof.types.input.InputMediaVideo
-
Optional.
- setThumbnail(File) - Method in class io.github.natanimn.telebof.types.input.InputPaidMediaVideo
-
Optional.
- setThumbnail(String) - Method in class io.github.natanimn.telebof.types.input.InputMediaAnimation
- setThumbnail(String) - Method in class io.github.natanimn.telebof.types.input.InputMediaAudio
-
Optional.
- setThumbnail(String) - Method in class io.github.natanimn.telebof.types.input.InputMediaDocument
-
Optional.
- setThumbnail(String) - Method in class io.github.natanimn.telebof.types.input.InputMediaVideo
-
Optional.
- setThumbnail(String) - Method in class io.github.natanimn.telebof.types.input.InputPaidMediaVideo
-
Optional.
- setThumbnailHeight(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultArticle
-
Optional
- setThumbnailHeight(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultContact
-
Optional
- setThumbnailHeight(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
-
Optional
- setThumbnailHeight(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultLocation
-
Optional
- setThumbnailHeight(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVenue
-
Optional
- setThumbnailMimeType(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
-
Optional
- setThumbnailMimeType(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
-
Optional
- setThumbnailUrl(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultArticle
-
Optional
- setThumbnailUrl(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultContact
-
Optional
- setThumbnailUrl(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
-
Optional
- setThumbnailUrl(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultLocation
-
Optional
- setThumbnailUrl(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVenue
-
Optional
- setThumbnailWidth(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultArticle
-
Optional
- setThumbnailWidth(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultContact
-
Optional
- setThumbnailWidth(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
-
Optional
- setThumbnailWidth(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultLocation
-
Optional
- setThumbnailWidth(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVenue
-
Optional
- setTitle(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedGif
-
Optional
- setTitle(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedMpeg4Gif
-
Optional
- setTitle(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedPhoto
-
Optional
- setTitle(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
-
Optional
- setTitle(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
-
Optional
- setTitle(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
-
Optional
- setTitle(String) - Method in class io.github.natanimn.telebof.types.input.InputMediaAudio
-
Optional.
- setTitleEntities(MessageEntity[]) - Method in class io.github.natanimn.telebof.types.input.InputChecklist
-
Optional.
- setType(EntityType) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageEntity
- setType(MessageOriginType) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageOrigin
- setType(PollType) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonPollType
-
Optional
- setUntilDate(Integer) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setUrl(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultArticle
-
Optional
- setUrl(String) - Method in class io.github.natanimn.telebof.types.keyboard.InlineKeyboardButton
-
Optional
- setUrl(String) - Method in class io.github.natanimn.telebof.types.media_and_service.LinkPreviewOptions
- setUrl(String) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageEntity
- setUser(User) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
- setUser(User) - Method in class io.github.natanimn.telebof.types.media_and_service.MessageEntity
- setUserAdministratorRights(ChatAdministratorRights) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
-
Optional
- setUserEmojiStatus(long) - Method in class io.github.natanimn.telebof.BotContext
-
This method Changes the emoji status for a given user that previously allowed the bot to manage their emoji status via the Mini App method requestEmojiStatusAccess.
- SetUserEmojiStatus - Class in io.github.natanimn.telebof.requests.set
- SetUserEmojiStatus(long, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetUserEmojiStatus
- setUserIsBot(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestUsers
-
Optional
- setUserIsPremium(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestUsers
-
Optional
- setVcard(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultContact
-
Optional
- setVideoDuration(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
-
Optional
- setVideoHeight(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
-
Optional
- setVideoWidth(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
-
Optional
- setVoiceDuration(Integer) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVoice
-
Optional
- setWebApp(WebAppInfo) - Method in class io.github.natanimn.telebof.types.keyboard.InlineKeyboardButton
-
Optional
- setWebApp(WebAppInfo) - Method in class io.github.natanimn.telebof.types.keyboard.KeyboardButton
-
Optional
- setWebApp(WebAppInfo) - Method in class io.github.natanimn.telebof.types.keyboard.MenuButton
-
Optional
- setWebAppInfo(WebAppInfo) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultsButton
-
Optional
- setWebhook(String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to specify a URL and receive incoming updates via an outgoing webhook.
- SetWebhook - Class in io.github.natanimn.telebof.requests.set
-
SetWebhook class.
- SetWebhook(String, Api) - Constructor for class io.github.natanimn.telebof.requests.set.SetWebhook
-
Required
- setWidth(Integer) - Method in class io.github.natanimn.telebof.types.input.InputMediaAnimation
- setWidth(Integer) - Method in class io.github.natanimn.telebof.types.input.InputMediaVideo
-
Optional.
- setWidth(Integer) - Method in class io.github.natanimn.telebof.types.input.InputPaidMediaVideo
-
Optional.
- setXShift(Double) - Method in class io.github.natanimn.telebof.types.media_and_service.MaskPosition
- setYShift(Double) - Method in class io.github.natanimn.telebof.types.media_and_service.MaskPosition
- SharedUser - Class in io.github.natanimn.telebof.types.chat_and_user
-
This object contains information about a user that was shared with the bot using a
KeyboardButtonRequestUsersbutton. - SharedUser() - Constructor for class io.github.natanimn.telebof.types.chat_and_user.SharedUser
- SHIPPING_QUERY - Enum constant in enum class io.github.natanimn.telebof.enums.Updates
- ShippingAddress - Class in io.github.natanimn.telebof.types.payments
-
This class represents a shipping address.
- ShippingAddress() - Constructor for class io.github.natanimn.telebof.types.payments.ShippingAddress
- ShippingAddress(String, String, String, String, String, String) - Constructor for class io.github.natanimn.telebof.types.payments.ShippingAddress
- ShippingHandler - Annotation Interface in io.github.natanimn.telebof.annotations
-
Annotation for handling shipping query events in a declarative manner.
- ShippingHandlerMeta - Class in io.github.natanimn.telebof.annotations.meta
-
ShippingHandlerMeta class.
- ShippingHandlerMeta(ShippingHandler, MethodHandle) - Constructor for class io.github.natanimn.telebof.annotations.meta.ShippingHandlerMeta
- ShippingHandlers - Annotation Interface in io.github.natanimn.telebof.annotations.container
- ShippingOption - Class in io.github.natanimn.telebof.types.payments
-
This object represents one shipping option.
- ShippingOption() - Constructor for class io.github.natanimn.telebof.types.payments.ShippingOption
- ShippingOption(String, String, List<LabeledPrice>) - Constructor for class io.github.natanimn.telebof.types.payments.ShippingOption
- shippingOptions(ShippingOption[]) - Method in class io.github.natanimn.telebof.requests.answer.AnswerShippingQuery
-
Optional
- ShippingQuery - Class in io.github.natanimn.telebof.types.updates
-
This class contains information about an incoming shipping query.
- ShippingQuery() - Constructor for class io.github.natanimn.telebof.types.updates.ShippingQuery
- showAlert(boolean) - Method in class io.github.natanimn.telebof.requests.answer.AnswerCallbackQuery
-
Optional
- showCaptionAboveMedia(boolean) - Method in class io.github.natanimn.telebof.requests.edit.EditMessageCaption
-
Optional
- showCaptionAboveMedia(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendAnimation
-
Optional
- showCaptionAboveMedia(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendPaidMedia
-
Optional
- showCaptionAboveMedia(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendPhoto
-
Optional
- showCaptionAboveMedia(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendVideo
-
Optional
- showCaptionAboveMedia(boolean) - Method in class io.github.natanimn.telebof.requests.service.CopyMessage
-
Optional
- skipOldUpdates(boolean) - Method in class io.github.natanimn.telebof.BotClient.Builder
-
Optional
- SOLID - Enum constant in enum class io.github.natanimn.telebof.enums.BackgroundFillType
- sortByPrice(boolean) - Method in class io.github.natanimn.telebof.requests.get.GetBusinessAccountGifts
-
Optional
- sortByPrice(Boolean) - Method in class io.github.natanimn.telebof.requests.get.GetChatGifts
-
Optional
- sortByPrice(Boolean) - Method in class io.github.natanimn.telebof.requests.get.GetUserGifts
-
Optional
- SPOILER - Enum constant in enum class io.github.natanimn.telebof.enums.EntityType
- StarAmount - Class in io.github.natanimn.telebof.types.payments
-
Describes an amount of Telegram Stars.
- StarAmount() - Constructor for class io.github.natanimn.telebof.types.payments.StarAmount
- starCount(Integer) - Method in class io.github.natanimn.telebof.requests.service.TransferGift
-
Optional
- starCount(Integer) - Method in class io.github.natanimn.telebof.requests.service.UpgradeGift
-
Optional
- startParameter(String) - Method in class io.github.natanimn.telebof.requests.send.SendInvoice
-
Optional
- startPolling() - Method in class io.github.natanimn.telebof.BotClient
-
Use this method to run the bot using long polling
- StarTransaction - Class in io.github.natanimn.telebof.types.payments
-
Describes a Telegram Star transaction.
- StarTransaction() - Constructor for class io.github.natanimn.telebof.types.payments.StarTransaction
- StarTransactions - Class in io.github.natanimn.telebof.types.payments
-
Contains a list of Telegram Star transactions.
- StarTransactions() - Constructor for class io.github.natanimn.telebof.types.payments.StarTransactions
- startTimestamp(int) - Method in class io.github.natanimn.telebof.requests.send.SendVideo
-
Optional
- state() - Element in annotation interface io.github.natanimn.telebof.annotations.BusinessMessageHandler
-
Conversation state required for this business message handler to trigger.
- state() - Element in annotation interface io.github.natanimn.telebof.annotations.CallbackHandler
-
Conversation state required for this callback handler to trigger.
- state() - Element in annotation interface io.github.natanimn.telebof.annotations.EditedBusinessMessageHandler
-
Conversation state required for this edited business message handler to trigger.
- state() - Element in annotation interface io.github.natanimn.telebof.annotations.EditedMessageHandler
-
Conversation state required for this edited message handler to trigger.
- state() - Element in annotation interface io.github.natanimn.telebof.annotations.MessageHandler
-
Conversation state required for this message handler to trigger.
- state(String) - Method in class io.github.natanimn.telebof.filters.Filter
-
Filters state
- StateMemoryStorage - Class in io.github.natanimn.telebof.states
- StateMemoryStorage() - Constructor for class io.github.natanimn.telebof.states.StateMemoryStorage
- STATIC - Enum constant in enum class io.github.natanimn.telebof.enums.StickerFormat
- status() - Element in annotation interface io.github.natanimn.telebof.annotations.ChatMemberHandler
-
Specifies the chat member status changes to match.
- status() - Element in annotation interface io.github.natanimn.telebof.annotations.MyChatMemberHandler
-
Specifies the chat member status changes to match for the bot.
- sticker() - Method in class io.github.natanimn.telebof.filters.Filter
-
Filter messages that contain
Stickerobjects. - Sticker - Class in io.github.natanimn.telebof.types.media_and_service
-
This class represents a sticker.
- Sticker() - Constructor for class io.github.natanimn.telebof.types.media_and_service.Sticker
- STICKER - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
-
Sticker messages, filtered by
Filter.sticker() - StickerFormat - Enum Class in io.github.natanimn.telebof.enums
- StickerSet - Class in io.github.natanimn.telebof.types.media_and_service
-
This object represents a sticker set.
- StickerSet() - Constructor for class io.github.natanimn.telebof.types.media_and_service.StickerSet
- stickerType(StickerType) - Method in class io.github.natanimn.telebof.requests.create.CreateNewStickerSet
-
Optional
- StickerType - Enum Class in io.github.natanimn.telebof.enums
- stop() - Method in class io.github.natanimn.telebof.BotClient
-
Stop the bot
- stopMessageLiveLocation(Object, int) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to stop updating a live location message before live_period expires.
- stopMessageLiveLocation(String) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to stop updating a live location message before live_period expires.
- StopMessageLiveLocation - Class in io.github.natanimn.telebof.requests.service
-
StopMessageLiveLocation class.
- StopMessageLiveLocation(Object, int, Api) - Constructor for class io.github.natanimn.telebof.requests.service.StopMessageLiveLocation
-
Required
- StopMessageLiveLocation(String, Api) - Constructor for class io.github.natanimn.telebof.requests.service.StopMessageLiveLocation
-
Required
- stopPoll(Object, int) - Method in class io.github.natanimn.telebof.BotContext
-
Use this method to stop a poll which was sent by the bot.
- StopPoll - Class in io.github.natanimn.telebof.requests.service
-
StopPoll class.
- StopPoll(Object, int, Api) - Constructor for class io.github.natanimn.telebof.requests.service.StopPoll
-
Required
- Story - Class in io.github.natanimn.telebof.types.story
-
This object represents a story.
- Story() - Constructor for class io.github.natanimn.telebof.types.story.Story
- StoryArea - Class in io.github.natanimn.telebof.types.story
-
Describes a clickable area on a story media.
- StoryArea() - Constructor for class io.github.natanimn.telebof.types.story.StoryArea
- StoryArea(StoryAreaPosition, StoryAreaType) - Constructor for class io.github.natanimn.telebof.types.story.StoryArea
- StoryAreaPosition - Class in io.github.natanimn.telebof.types.story
-
Describes the position of a clickable area within a story.
- StoryAreaPosition() - Constructor for class io.github.natanimn.telebof.types.story.StoryAreaPosition
- StoryAreaType - Interface in io.github.natanimn.telebof.types.story
-
Describes the type of a clickable area on a story.
- StoryAreaTypeLink - Class in io.github.natanimn.telebof.types.story
-
Describes a story area pointing to an HTTP or tg:// link.
- StoryAreaTypeLink() - Constructor for class io.github.natanimn.telebof.types.story.StoryAreaTypeLink
- StoryAreaTypeLocation - Class in io.github.natanimn.telebof.types.story
-
Describes a story area pointing to a location.
- StoryAreaTypeLocation() - Constructor for class io.github.natanimn.telebof.types.story.StoryAreaTypeLocation
- StoryAreaTypeLocation(double, double) - Constructor for class io.github.natanimn.telebof.types.story.StoryAreaTypeLocation
-
Required
- StoryAreaTypeSuggestedReaction - Class in io.github.natanimn.telebof.types.story
-
Describes a story area pointing to a suggested reaction.
- StoryAreaTypeSuggestedReaction(ReactionType) - Constructor for class io.github.natanimn.telebof.types.story.StoryAreaTypeSuggestedReaction
-
Required
- StoryAreaTypeWeather - Class in io.github.natanimn.telebof.types.story
-
Describes a story area containing weather information.
- StoryAreaTypeWeather() - Constructor for class io.github.natanimn.telebof.types.story.StoryAreaTypeWeather
- StoryAreaTypeWeather(double, String) - Constructor for class io.github.natanimn.telebof.types.story.StoryAreaTypeWeather
-
Required
- STRIKETHROUGH - Enum constant in enum class io.github.natanimn.telebof.enums.EntityType
- subscriptionPeriod(Integer) - Method in class io.github.natanimn.telebof.requests.create.CreateInvoiceLink
- SUCCEEDED - Enum constant in enum class io.github.natanimn.telebof.enums.RevenueWithdrawalStateType
- SUCCESSFUL_PAYMENT - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
-
Service messages for successful payments, filtered by
Filter.successfulPayment() - successfulPayment() - Method in class io.github.natanimn.telebof.filters.Filter
-
Filter service messages for successful payment.
- SuccessfulPayment - Class in io.github.natanimn.telebof.types.payments
-
This class contains basic information about a successful payment.
- SuccessfulPayment() - Constructor for class io.github.natanimn.telebof.types.payments.SuccessfulPayment
- SUGGESTED_POST_APPROVAL_FAILED - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
-
Service messages for suggested post approval failures, filtered by
Filter.suggestedPostApprovalFailed() - SUGGESTED_POST_APPROVED - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
-
Service messages for approved suggested posts, filtered by
Filter.suggestedPostApproved() - SUGGESTED_POST_DECLINED - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
-
Service messages for declined suggested posts, filtered by
Filter.suggestedPostDeclined() - SUGGESTED_POST_PAID - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
-
Service messages for paid suggested posts, filtered by
Filter.suggestedPostPaid() - SUGGESTED_POST_REFUNDED - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
-
Service messages for refunded suggested posts, filtered by
Filter.suggestedPostRefunded() - suggestedPostApprovalFailed() - Method in class io.github.natanimn.telebof.filters.Filter
-
Filter service messages for approval failed suggested post
- SuggestedPostApprovalFailed - Class in io.github.natanimn.telebof.types.suggested
-
This object represents a service message about the failed approval of a suggested post.
- SuggestedPostApprovalFailed() - Constructor for class io.github.natanimn.telebof.types.suggested.SuggestedPostApprovalFailed
- suggestedPostApproved() - Method in class io.github.natanimn.telebof.filters.Filter
-
Filter service messages for approved suggested post
- SuggestedPostApproved - Class in io.github.natanimn.telebof.types.suggested
-
This object represents a service message about the approval of a suggested post.
- SuggestedPostApproved() - Constructor for class io.github.natanimn.telebof.types.suggested.SuggestedPostApproved
- suggestedPostDeclined() - Method in class io.github.natanimn.telebof.filters.Filter
-
Filter service messages for declined suggested post
- SuggestedPostDeclined - Class in io.github.natanimn.telebof.types.suggested
-
This object represents a service message about the rejection of a suggested post.
- SuggestedPostDeclined() - Constructor for class io.github.natanimn.telebof.types.suggested.SuggestedPostDeclined
- SuggestedPostInfo - Class in io.github.natanimn.telebof.types.suggested
-
Contains information about a suggested post.
- SuggestedPostInfo() - Constructor for class io.github.natanimn.telebof.types.suggested.SuggestedPostInfo
- suggestedPostPaid() - Method in class io.github.natanimn.telebof.filters.Filter
-
Filter service messages for paid suggested post
- SuggestedPostPaid - Class in io.github.natanimn.telebof.types.suggested
-
This object represents a service message about a successful payment for a suggested post.
- SuggestedPostPaid() - Constructor for class io.github.natanimn.telebof.types.suggested.SuggestedPostPaid
- suggestedPostParameters(SuggestedPostParameters) - Method in class io.github.natanimn.telebof.requests.send.SendBuilder
-
Optional
- suggestedPostParameters(SuggestedPostParameters) - Method in class io.github.natanimn.telebof.requests.send.SendLocation
-
Optional
- suggestedPostParameters(SuggestedPostParameters) - Method in class io.github.natanimn.telebof.requests.send.SendPaidMedia
-
Optional
- suggestedPostParameters(SuggestedPostParameters) - Method in class io.github.natanimn.telebof.requests.service.CopyMessage
-
Optional
- suggestedPostParameters(SuggestedPostParameters) - Method in class io.github.natanimn.telebof.requests.service.ForwardMessage
-
Optional
- SuggestedPostParameters - Class in io.github.natanimn.telebof.types.suggested
-
Contains parameters of a post that is being suggested by the bot.
- SuggestedPostParameters() - Constructor for class io.github.natanimn.telebof.types.suggested.SuggestedPostParameters
- SuggestedPostPrice - Class in io.github.natanimn.telebof.types.suggested
-
Describes the price of a suggested post.
- SuggestedPostPrice(String, Long) - Constructor for class io.github.natanimn.telebof.types.suggested.SuggestedPostPrice
- suggestedPostRefunded() - Method in class io.github.natanimn.telebof.filters.Filter
-
Filter service messages for refunded suggested post
- SuggestedPostRefunded - Class in io.github.natanimn.telebof.types.suggested
-
This object represents a service message about a payment refund for a suggested post.
- SuggestedPostRefunded() - Constructor for class io.github.natanimn.telebof.types.suggested.SuggestedPostRefunded
- suggestedTipAmounts(Integer[]) - Method in class io.github.natanimn.telebof.requests.create.CreateInvoiceLink
-
Optional
- suggestedTipAmounts(Integer[]) - Method in class io.github.natanimn.telebof.requests.send.SendInvoice
-
Optional
- supergroup() - Method in class io.github.natanimn.telebof.filters.Filter
-
Filter messages sent in supergroup chats.
- SUPERGROUP - Enum constant in enum class io.github.natanimn.telebof.enums.ChatType
- SUPERGROUP_CREATED - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
-
Service messages for supergroup creation, filtered by
Filter.supergroupCreated() - supergroupCreated() - Method in class io.github.natanimn.telebof.filters.Filter
-
Filter service messages for supergroup chat created.
- supportsStreaming(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendVideo
-
Optional
- SwitchInlineQueryChosenChat - Class in io.github.natanimn.telebof.types.media_and_service
-
This object represents an inline button that switches the current user to inline mode in a chosen chat, with an optional default inline query.
- SwitchInlineQueryChosenChat() - Constructor for class io.github.natanimn.telebof.types.media_and_service.SwitchInlineQueryChosenChat
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form