Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- dark_theme_dimming - Variable in class io.github.natanimn.telebof.types.BackgroundType
- 
Dimming of the background in dark themes, as a percentage; 0-100
- data - Variable in class io.github.natanimn.telebof.types.passport.EncryptedCredentials
- 
Base64-encoded encrypted JSON-serialized data with unique user's payload, data hashes and secrets required for EncryptedPassportElement decryption and authentication
- data - Variable in class io.github.natanimn.telebof.types.passport.EncryptedPassportElement
- 
Base64-encoded encrypted Telegram Passport element data provided by the user; available only forPassportElementType.PERSONAL_DETAILS,PassportElementType.PASSPORT,PassportElementType.DRIVER_LICENSE,PassportElementType.IDENTITY_CARD,PassportElementType.INTERNAL_PASSPORTandPassportElementType.ADDRESStypes.
- data - Variable in class io.github.natanimn.telebof.types.passport.PassportData
- 
Array with information about documents and other Telegram Passport elements that was shared with the bot
- data - Variable in class io.github.natanimn.telebof.types.updates.CallbackQuery
- 
Data associated with the callback button.
- data - Variable in class io.github.natanimn.telebof.types.web.WebAppData
- 
The data.
- data() - Element in annotation interface io.github.natanimn.telebof.annotations.CallbackHandler
- 
Specifies the callback data values to match.
- DATA - Enum constant in enum class io.github.natanimn.telebof.enums.PassportElementErrorSource
- date - Variable in class io.github.natanimn.telebof.types.media_and_service.MessageOrigin
- 
Date the message was sent originally in Unix time
- date - Variable in class io.github.natanimn.telebof.types.payments.RevenueWithdrawalState
- 
Date the withdrawal was completed in Unix time
- date - Variable in class io.github.natanimn.telebof.types.payments.StarTransaction
- 
Date the transaction was created in Unix time
- date - Variable in class io.github.natanimn.telebof.types.updates.BusinessConnection
- 
Date the connection was established in Unix time
- date - Variable in class io.github.natanimn.telebof.types.updates.ChatJoinRequest
- 
Date the request was sent in Unix time
- date - Variable in class io.github.natanimn.telebof.types.updates.ChatMemberUpdated
- 
Date the change was done in Unix time
- date - Variable in class io.github.natanimn.telebof.types.updates.Message
- 
Date the message was sent in Unix time.
- date - Variable in class io.github.natanimn.telebof.types.updates.MessageReactionCountUpdated
- 
Date of the change in Unix time
- date - Variable in class io.github.natanimn.telebof.types.updates.MessageReactionUpdated
- 
Date of the change in Unix time
- day - Variable in class io.github.natanimn.telebof.types.media_and_service.Birthdate
- 
Day of the user's birth; 1-31
- debug(String) - Static method in class io.github.natanimn.telebof.BotLog
- declineChatJoinRequest(Object, long) - Method in class io.github.natanimn.telebof.BotContext
- 
Use this method to decline a chat join request.
- DeclineChatJoinRequest - Class in io.github.natanimn.telebof.requests.service
- 
DeclineChatJoinRequest class.
- DeclineChatJoinRequest(Object, long, Api) - Constructor for class io.github.natanimn.telebof.requests.service.DeclineChatJoinRequest
- 
Required
- declineSuggestedPost(long, int) - Method in class io.github.natanimn.telebof.BotContext
- 
Use this method to decline a suggested post in a direct messages chat.
- DeclineSuggestedPost - Class in io.github.natanimn.telebof.requests.service
- 
DeclineSuggestedPost class.
- DeclineSuggestedPost(Object, Integer, Api) - Constructor for class io.github.natanimn.telebof.requests.service.DeclineSuggestedPost
- 
Required
- DEFAULT - Enum constant in enum class io.github.natanimn.telebof.enums.MenuButtonType
- DEFAULT - Static variable in class io.github.natanimn.telebof.requests.service.MediaContentType
- DefaultCustomFilter - Class in io.github.natanimn.telebof.filters
- DefaultCustomFilter() - Constructor for class io.github.natanimn.telebof.filters.DefaultCustomFilter
- delete_chat_photo - Variable in class io.github.natanimn.telebof.types.updates.Message
- 
Service message: the chat photo was deleted
- deleteBusinessMessages(String, Integer[]) - Method in class io.github.natanimn.telebof.BotContext
- 
Delete messages on behalf of a business account.
- DeleteBusinessMessages - Class in io.github.natanimn.telebof.requests.delete
- 
DeleteBusinessMessages class.
- DeleteBusinessMessages(String, Integer[], Api) - Constructor for class io.github.natanimn.telebof.requests.delete.DeleteBusinessMessages
- 
Required
- deleteChatPhoto(Object) - Method in class io.github.natanimn.telebof.BotContext
- 
Use this method to delete a chat photo.
- DeleteChatPhoto - Class in io.github.natanimn.telebof.requests.delete
- 
DeleteChatPhoto class.
- DeleteChatPhoto(Object, Api) - Constructor for class io.github.natanimn.telebof.requests.delete.DeleteChatPhoto
- 
Required
- deleteChatStickerSet(Object) - Method in class io.github.natanimn.telebof.BotContext
- 
Use this method to delete a group sticker set from a supergroup.
- DeleteChatStickerSet - Class in io.github.natanimn.telebof.requests.delete
- 
DeleteChatStickerSet class.
- DeleteChatStickerSet(Object, Api) - Constructor for class io.github.natanimn.telebof.requests.delete.DeleteChatStickerSet
- 
Required
- deleted_business_messages - Variable in class io.github.natanimn.telebof.types.updates.Update
- 
Messages were deleted from a connected business account
- DELETED_BUSINESS_MESSAGES - Enum constant in enum class io.github.natanimn.telebof.enums.Updates
- DeletedBusinessMessageHandler - Annotation Interface in io.github.natanimn.telebof.annotations
- 
Annotation for handling deleted business message events in a declarative manner.
- DeletedBusinessMessageHandlerMeta - Class in io.github.natanimn.telebof.annotations.meta
- DeletedBusinessMessageHandlerMeta(DeletedBusinessMessageHandler, MethodHandle) - Constructor for class io.github.natanimn.telebof.annotations.meta.DeletedBusinessMessageHandlerMeta
- DeletedBusinessMessageHandlers - Annotation Interface in io.github.natanimn.telebof.annotations.container
- deleteForumTopic(Object, int) - Method in class io.github.natanimn.telebof.BotContext
- 
Use this method to delete a forum topic along with all its messages in a forum supergroup chat.
- DeleteForumTopic - Class in io.github.natanimn.telebof.requests.delete
- 
DeleteForumTopic class.
- DeleteForumTopic(Object, int, Api) - Constructor for class io.github.natanimn.telebof.requests.delete.DeleteForumTopic
- 
Required
- deleteMessage(Object, int) - Method in class io.github.natanimn.telebof.BotContext
- 
Use this method to delete a message, including service messages, with the following limitations:
- DeleteMessage - Class in io.github.natanimn.telebof.requests.delete
- 
DeleteMessage class.
- DeleteMessage(Object, int, Api) - Constructor for class io.github.natanimn.telebof.requests.delete.DeleteMessage
- 
Required
- deleteMessages(Object, Integer[]) - Method in class io.github.natanimn.telebof.BotContext
- 
Use this method to delete multiple messages simultaneously.
- DeleteMessages - Class in io.github.natanimn.telebof.requests.delete
- 
DeleteMessages class.
- DeleteMessages(Object, Integer[], Api) - Constructor for class io.github.natanimn.telebof.requests.delete.DeleteMessages
- 
Required
- deleteMyCommands() - Method in class io.github.natanimn.telebof.BotContext
- 
Use this method to delete the list of the bot's commands for the given scope and user language.
- DeleteMyCommands - Class in io.github.natanimn.telebof.requests.delete
- 
DeleteMyCommands class.
- DeleteMyCommands(Api) - Constructor for class io.github.natanimn.telebof.requests.delete.DeleteMyCommands
- 
Required
- deleteStickerFromSet(String) - Method in class io.github.natanimn.telebof.BotContext
- 
Use this method to delete a sticker from a set created by the bot.
- DeleteStickerFromSet - Class in io.github.natanimn.telebof.requests.delete
- 
DeleteStickerFromSet class.
- DeleteStickerFromSet(String, Api) - Constructor for class io.github.natanimn.telebof.requests.delete.DeleteStickerFromSet
- 
Required
- deleteStickerSet(String) - Method in class io.github.natanimn.telebof.BotContext
- 
Use this method to delete a sticker set that was created by the bot.
- DeleteStickerSet - Class in io.github.natanimn.telebof.requests.delete
- 
DeleteStickerSet class.
- DeleteStickerSet(String, Api) - Constructor for class io.github.natanimn.telebof.requests.delete.DeleteStickerSet
- 
Required
- deleteStory(String, Integer) - Method in class io.github.natanimn.telebof.BotContext
- 
Deletes a story previously posted by the bot on behalf of a managed business account.
- DeleteStory - Class in io.github.natanimn.telebof.requests.delete
- 
DeleteStory class.
- DeleteStory(String, Integer, Api) - Constructor for class io.github.natanimn.telebof.requests.delete.DeleteStory
- 
Required
- deleteWebhook() - Method in class io.github.natanimn.telebof.BotContext
- 
Use this method to remove webhook integration if you decide to back getUpdates.
- DeleteWebhook - Class in io.github.natanimn.telebof.requests.delete
- 
DeleteWebhook class.
- DeleteWebhook(Api) - Constructor for class io.github.natanimn.telebof.requests.delete.DeleteWebhook
- description - Variable in class io.github.natanimn.telebof.ApiResponse
- description - Variable in exception class io.github.natanimn.telebof.exceptions.TelegramApiException
- description - Variable in class io.github.natanimn.telebof.types.bot.BotCommand
- 
Description of the command; 1-256 characters.
- description - Variable in class io.github.natanimn.telebof.types.bot.BotDescription
- 
The bot's description
- description - Variable in class io.github.natanimn.telebof.types.chat_and_user.ChatFullInfo
- 
Description, for groups, supergroups and channel chats
- description - Variable in class io.github.natanimn.telebof.types.media_and_service.Game
- 
Description of the game
- description - Variable in class io.github.natanimn.telebof.types.media_and_service.Invoice
- 
Product description
- description(String) - Method in class io.github.natanimn.telebof.requests.set.SetMyDescription
- 
Optional
- description(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultArticle
- 
Optional
- description(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedDocument
- description(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedPhoto
- 
Optional
- description(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVideo
- 
Optional
- description(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
- 
Optional
- description(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
- 
Optional
- description(String) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
- 
Optional
- dice - Variable in class io.github.natanimn.telebof.types.media_and_service.ExternalReplyInfo
- 
Optional.
- dice - Variable in class io.github.natanimn.telebof.types.updates.Message
- 
Message is a dice with random value
- dice() - Method in class io.github.natanimn.telebof.filters.Filter
- 
Filter messages that containDiceobjects.
- Dice - Class in io.github.natanimn.telebof.types.media_and_service
- 
This object represents an animated emoji that displays a random value.
- Dice() - Constructor for class io.github.natanimn.telebof.types.media_and_service.Dice
- DICE - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
- 
Dice messages with random values, filtered byFilter.dice()
- direct_message_price_changed - Variable in class io.github.natanimn.telebof.types.updates.Message
- 
Optional.
- DIRECT_MESSAGE_PRICE_CHANGED - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
- 
Service messages for direct message price changes, filtered byFilter.directMessagePriceChanged()
- direct_message_star_count - Variable in class io.github.natanimn.telebof.types.media_and_service.DirectMessagePriceChanged
- 
Optional.
- direct_messages_topic - Variable in class io.github.natanimn.telebof.types.updates.Message
- 
Optional.
- directMessagePriceChanged() - Method in class io.github.natanimn.telebof.filters.Filter
- 
Filter service messages for direct message price changed
- DirectMessagePriceChanged - Class in io.github.natanimn.telebof.types.media_and_service
- 
This object represents a service message about a change in the price of direct messages sent to a channel chat.
- DirectMessagePriceChanged() - Constructor for class io.github.natanimn.telebof.types.media_and_service.DirectMessagePriceChanged
- DirectMessagesTopic - Class in io.github.natanimn.telebof.types
- 
Describes a topic of a direct messages chat.
- DirectMessagesTopic() - Constructor for class io.github.natanimn.telebof.types.DirectMessagesTopic
- directMessagesTopicId(int) - Method in class io.github.natanimn.telebof.requests.send.SendBuilder
- 
Optional
- directMessagesTopicId(int) - Method in class io.github.natanimn.telebof.requests.send.SendDice
- 
Optional
- directMessagesTopicId(int) - Method in class io.github.natanimn.telebof.requests.send.SendLocation
- 
Optional
- directMessagesTopicId(int) - Method in class io.github.natanimn.telebof.requests.send.SendPaidMedia
- 
Optional
- directMessagesTopicId(int) - Method in class io.github.natanimn.telebof.requests.service.CopyMessage
- 
Optional
- directMessagesTopicId(int) - Method in class io.github.natanimn.telebof.requests.service.CopyMessages
- 
Optional
- directMessagesTopicId(int) - Method in class io.github.natanimn.telebof.requests.service.ForwardMessage
- 
Optional
- directMessagesTopicId(int) - Method in class io.github.natanimn.telebof.requests.service.ForwardMessages
- 
Optional
- disable_notification(Boolean) - Method in class io.github.natanimn.telebof.requests.service.CopyMessages
- 
Optional
- disableContentTypeDetection(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendDocument
- 
Optional
- disableContentTypeDetection(boolean) - Method in class io.github.natanimn.telebof.types.input.InputMediaDocument
- 
Optional
- disableEditMessage(boolean) - Method in class io.github.natanimn.telebof.requests.set.SetGameScore
- 
Optional
- disableNotification(boolean) - Method in class io.github.natanimn.telebof.requests.pin_and_unpin.PinChatMessage
- 
Optional
- disableNotification(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendBuilder
- 
Optional
- disableNotification(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendChecklist
- 
Optional
- disableNotification(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendDice
- 
Optional
- disableNotification(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendLocation
- 
Optional
- disableNotification(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendPaidMedia
- 
Optional
- disableNotification(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendPoll
- 
Optional
- disableNotification(boolean) - Method in class io.github.natanimn.telebof.requests.service.CopyMessage
- 
Optional
- disableNotification(boolean) - Method in class io.github.natanimn.telebof.requests.service.ForwardMessage
- 
Optional
- disableNotification(boolean) - Method in class io.github.natanimn.telebof.requests.service.ForwardMessages
- 
Optional
- disableWebPagePreview(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendBuilder
- Dispatcher<T> - Class in io.github.natanimn.telebof
- 
A dispatcher class for updates
- Dispatcher() - Constructor for class io.github.natanimn.telebof.Dispatcher
- distance - Variable in class io.github.natanimn.telebof.types.media_and_service.ProximityAlertTriggered
- 
The distance between the users
- document - Variable in class io.github.natanimn.telebof.types.BackgroundType
- 
Document with the pattern
- document - Variable in class io.github.natanimn.telebof.types.media_and_service.ExternalReplyInfo
- 
Optional.
- document - Variable in class io.github.natanimn.telebof.types.updates.Message
- 
Message is a general file, information about the file
- document() - Method in class io.github.natanimn.telebof.filters.Filter
- 
Filter messages that containDocumentobjects.
- Document - Class in io.github.natanimn.telebof.types.media_and_service
- Document() - Constructor for class io.github.natanimn.telebof.types.media_and_service.Document
- DOCUMENT - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
- 
Document/file messages, filtered byFilter.document()
- DOCUMENT - Static variable in class io.github.natanimn.telebof.requests.service.MediaContentType
- downloadFile(String) - Method in class io.github.natanimn.telebof.BotContext
- 
Use this method to download files up to 20MB in size.
- downloadFile(String) - Method in class io.github.natanimn.telebof.requests.Api
- DRIVER_LICENSE - Enum constant in enum class io.github.natanimn.telebof.enums.PassportElementType
- dropPendingUpdates(boolean) - Method in class io.github.natanimn.telebof.requests.delete.DeleteWebhook
- 
Optional
- dropPendingUpdates(Boolean) - Method in class io.github.natanimn.telebof.requests.set.SetWebhook
- 
Optional
- duration - Variable in class io.github.natanimn.telebof.types.media_and_service.Animation
- 
Duration of the video in seconds as defined by the sender
- duration - Variable in class io.github.natanimn.telebof.types.media_and_service.Audio
- 
Duration of the audio in seconds as defined by the sender
- duration - Variable in class io.github.natanimn.telebof.types.media_and_service.Video
- 
Duration of the video in seconds as defined by the sender
- duration - Variable in class io.github.natanimn.telebof.types.media_and_service.VideoChatEnded
- 
Video chat duration in seconds
- duration - Variable in class io.github.natanimn.telebof.types.media_and_service.VideoNote
- 
Duration of the video in seconds as defined by the sender
- duration - Variable in class io.github.natanimn.telebof.types.media_and_service.Voice
- 
Duration of the audio in seconds as defined by the sender
- duration - Variable in class io.github.natanimn.telebof.types.payments.PaidMedia
- 
Duration of the media in seconds as defined by the sender
- duration(double) - Method in class io.github.natanimn.telebof.types.input.InputStoryContentVideo
- 
Optional.
- duration(int) - Method in class io.github.natanimn.telebof.requests.send.SendAnimation
- 
Optional
- duration(int) - Method in class io.github.natanimn.telebof.requests.send.SendAudio
- 
Optional
- duration(int) - Method in class io.github.natanimn.telebof.requests.send.SendVideo
- 
Optional
- duration(int) - Method in class io.github.natanimn.telebof.requests.send.SendVideoNote
- 
Optional
- duration(int) - Method in class io.github.natanimn.telebof.types.input.InputMediaAnimation
- 
Optional
- duration(int) - Method in class io.github.natanimn.telebof.types.input.InputMediaAudio
- 
Optional
- duration(int) - Method in class io.github.natanimn.telebof.types.input.InputMediaVideo
- 
Optional
- duration(Integer) - Method in class io.github.natanimn.telebof.types.input.InputPaidMediaVideo
- 
Optional
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form