Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

I

icon_color - Variable in class io.github.natanimn.telebof.types.forum.ForumTopic
Color of the topic icon in RGB format
icon_color - Variable in class io.github.natanimn.telebof.types.forum.ForumTopicCreated
Optional.
icon_custom_emoji_id - Variable in class io.github.natanimn.telebof.types.forum.ForumTopic
Optional.
icon_custom_emoji_id - Variable in class io.github.natanimn.telebof.types.forum.ForumTopicCreated
Color of the topic icon in RGB format
icon_custom_emoji_id - Variable in class io.github.natanimn.telebof.types.forum.ForumTopicEdited
Optional.
iconColor(int) - Method in class io.github.natanimn.telebof.requests.create.CreateForumTopic
Optional
iconCustomEmojiId(String) - Method in class io.github.natanimn.telebof.requests.create.CreateForumTopic
Optional
iconCustomEmojiId(String) - Method in class io.github.natanimn.telebof.requests.edit.EditForumTopic
Optional
id - Variable in class io.github.natanimn.telebof.types.chat_and_user.Chat
Unique identifier for this chat.
id - Variable in class io.github.natanimn.telebof.types.chat_and_user.User
Unique identifier for this user or bot.
id - Variable in class io.github.natanimn.telebof.types.checklist.ChecklistTask
Unique identifier of the task
id - Variable in class io.github.natanimn.telebof.types.gift_and_giveaway.Gift
 
id - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedAudio
 
id - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedDocument
 
id - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedGif
 
id - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedMpeg4Gif
 
id - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedPhoto
 
id - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVideo
 
id - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVoice
 
id - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
 
id - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
 
id - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
 
id - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
 
id - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
 
id - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultVoice
 
id - Variable in class io.github.natanimn.telebof.types.media_and_service.PreparedInlineMessage
Unique identifier of the prepared message
id - Variable in class io.github.natanimn.telebof.types.payments.StarTransaction
Unique identifier of the transaction.
id - Variable in class io.github.natanimn.telebof.types.story.Story
Unique identifier for the story in the chat
id - Variable in class io.github.natanimn.telebof.types.updates.BusinessConnection
Unique identifier of the business connection
id - Variable in class io.github.natanimn.telebof.types.updates.CallbackQuery
Unique identifier for this query
id - Variable in class io.github.natanimn.telebof.types.updates.InlineQuery
Unique identifier for this query
id - Variable in class io.github.natanimn.telebof.types.updates.Poll
Unique poll identifier
id - Variable in class io.github.natanimn.telebof.types.updates.PreCheckoutQuery
Unique query identifier
id - Variable in class io.github.natanimn.telebof.types.updates.ShippingQuery
Unique query identifier
IDENTITY_CARD - Enum constant in enum class io.github.natanimn.telebof.enums.PassportElementType
 
info(String) - Static method in class io.github.natanimn.telebof.BotLog
 
inline_keyboard - Variable in class io.github.natanimn.telebof.types.keyboard.InlineKeyboardMarkup
Array of button rows, each represented by an Array of InlineKeyboardButton objects
inline_message_id - Variable in class io.github.natanimn.telebof.types.media_and_service.SentWebAppMessage
Optional.
inline_message_id - Variable in class io.github.natanimn.telebof.types.updates.CallbackQuery
Identifier of the message sent via the bot in inline mode, that originated the query.
inline_message_id - Variable in class io.github.natanimn.telebof.types.updates.ChosenInlineResult
Identifier of the sent inline message.
inline_query - Variable in class io.github.natanimn.telebof.types.updates.Update
New incoming inline query
INLINE_QUERY - Enum constant in enum class io.github.natanimn.telebof.enums.Updates
 
InlineKeyboardButton - Class in io.github.natanimn.telebof.types.keyboard
This object represents one button of an inline keyboard.
InlineKeyboardButton(String) - Constructor for class io.github.natanimn.telebof.types.keyboard.InlineKeyboardButton
Required
InlineKeyboardButton(String, String) - Constructor for class io.github.natanimn.telebof.types.keyboard.InlineKeyboardButton
 
InlineKeyboardMarkup - Class in io.github.natanimn.telebof.types.keyboard
This object represents an inline keyboard that appears right next to the message it belongs to.
InlineKeyboardMarkup() - Constructor for class io.github.natanimn.telebof.types.keyboard.InlineKeyboardMarkup
 
InlineKeyboardMarkup(int) - Constructor for class io.github.natanimn.telebof.types.keyboard.InlineKeyboardMarkup
 
InlineKeyboardMarkup(InlineKeyboardButton[]) - Constructor for class io.github.natanimn.telebof.types.keyboard.InlineKeyboardMarkup
 
InlineKeyboardMarkup(InlineKeyboardButton[][]) - Constructor for class io.github.natanimn.telebof.types.keyboard.InlineKeyboardMarkup
 
InlineKeyboardMarkup(InlineKeyboardButton[], int) - Constructor for class io.github.natanimn.telebof.types.keyboard.InlineKeyboardMarkup
 
inlineQuery(String...) - Method in class io.github.natanimn.telebof.filters.Filter
Filter query of inline query
InlineQuery - Class in io.github.natanimn.telebof.types.updates
This object represents an incoming inline query.
InlineQuery() - Constructor for class io.github.natanimn.telebof.types.updates.InlineQuery
 
InlineQueryResult - Interface in io.github.natanimn.telebof.types.inline
This object represents one result of an inline query.
InlineQueryResultArticle - Class in io.github.natanimn.telebof.types.inline
Represents a link to an article or web page.
InlineQueryResultArticle(String, String, InputTextMessageContent) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultArticle
Required
InlineQueryResultAudio - Class in io.github.natanimn.telebof.types.inline
Represents a link to an MP3 audio file.
InlineQueryResultAudio(String, String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultAudio
Required
InlineQueryResultCachedAudio - Class in io.github.natanimn.telebof.types.inline
Represents a link to an MP3 audio file stored on the Telegram servers.
InlineQueryResultCachedAudio(String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedAudio
Required
InlineQueryResultCachedDocument - Class in io.github.natanimn.telebof.types.inline
 
InlineQueryResultCachedDocument(String, String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedDocument
Required
InlineQueryResultCachedGif - Class in io.github.natanimn.telebof.types.inline
Represents a link to an animated GIF file stored on the Telegram servers.
InlineQueryResultCachedGif(String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedGif
Required
InlineQueryResultCachedMpeg4Gif - Class in io.github.natanimn.telebof.types.inline
Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on the Telegram servers.
InlineQueryResultCachedMpeg4Gif(String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedMpeg4Gif
Required
InlineQueryResultCachedPhoto - Class in io.github.natanimn.telebof.types.inline
Represents a link to a photo stored on the Telegram servers.
InlineQueryResultCachedPhoto(String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedPhoto
Required
InlineQueryResultCachedSticker - Class in io.github.natanimn.telebof.types.inline
Represents a link to a sticker stored on the Telegram servers.
InlineQueryResultCachedSticker(String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedSticker
Required
InlineQueryResultCachedVideo - Class in io.github.natanimn.telebof.types.inline
Represents a link to a video file stored on the Telegram servers.
InlineQueryResultCachedVideo(String, String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVideo
Required
InlineQueryResultCachedVoice - Class in io.github.natanimn.telebof.types.inline
Represents a link to a voice message stored on the Telegram servers.
InlineQueryResultCachedVoice(String, String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVoice
Required
InlineQueryResultContact - Class in io.github.natanimn.telebof.types.inline
Represents a contact with a phone number.
InlineQueryResultContact(String, String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultContact
Required
InlineQueryResultDocument - Class in io.github.natanimn.telebof.types.inline
Represents a link to a file.
InlineQueryResultDocument(String, String, String, MimeType) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
Required
InlineQueryResultGame - Class in io.github.natanimn.telebof.types.inline
Represents a Game.
InlineQueryResultGame(String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultGame
Required
InlineQueryResultGif - Class in io.github.natanimn.telebof.types.inline
Represents a link to an animated GIF file.
InlineQueryResultGif(String, String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
Required
InlineQueryResultLocation - Class in io.github.natanimn.telebof.types.inline
Represents a location on a map.
InlineQueryResultLocation(String, double, double, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultLocation
Required
InlineQueryResultMpeg4Gif - Class in io.github.natanimn.telebof.types.inline
Represents a link to a video animation (H.264/MPEG-4 AVC video without sound).
InlineQueryResultMpeg4Gif(String, String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
Required
InlineQueryResultPhoto - Class in io.github.natanimn.telebof.types.inline
Represents a link to a photo.
InlineQueryResultPhoto(String, String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
Required
InlineQueryResultsButton - Class in io.github.natanimn.telebof.types.inline
This object represents a button to be shown above inline query results.
InlineQueryResultsButton(String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultsButton
Required
InlineQueryResultVenue - Class in io.github.natanimn.telebof.types.inline
Represents a venue.
InlineQueryResultVenue(String, double, double, String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultVenue
Required
InlineQueryResultVideo - Class in io.github.natanimn.telebof.types.inline
Represents a link to a page containing an embedded video player or a video file.
InlineQueryResultVideo(String, String, String, String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
Required
InlineQueryResultVoice - Class in io.github.natanimn.telebof.types.inline
Represents a link to a voice recording in an .OGG container encoded with OPUS.
InlineQueryResultVoice(String, String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InlineQueryResultVoice
Required
input_field_placeholder - Variable in class io.github.natanimn.telebof.types.keyboard.ForceReply
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultAudio
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedAudio
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedDocument
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedGif
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedMpeg4Gif
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedPhoto
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVideo
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVoice
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
 
input_message_content - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultVoice
 
InputChecklist - Class in io.github.natanimn.telebof.types.input
This object represents a checklist to create.
InputChecklist(String, InputChecklistTask[]) - Constructor for class io.github.natanimn.telebof.types.input.InputChecklist
Required
InputChecklistTask - Class in io.github.natanimn.telebof.types.input
This object represents a task to add to a checklist.
InputChecklistTask(int, String) - Constructor for class io.github.natanimn.telebof.types.input.InputChecklistTask
Required
InputContactMessageContent - Class in io.github.natanimn.telebof.types.inline
 
InputContactMessageContent(String, String) - Constructor for class io.github.natanimn.telebof.types.inline.InputContactMessageContent
 
inputFieldPlaceholder(String) - Method in class io.github.natanimn.telebof.types.keyboard.ForceReply
Optional.
inputFieldPlaceholder(String) - Method in class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardMarkup
Optional
InputFile - Class in io.github.natanimn.telebof.types.media_and_service
 
InputFile(File, String) - Constructor for class io.github.natanimn.telebof.types.media_and_service.InputFile
 
InputInvoiceMessageContent - Class in io.github.natanimn.telebof.types.input
Represents the content of an invoice message to be sent as the result of an inline query.
InputInvoiceMessageContent(String, String, String, String, LabeledPrice[]) - Constructor for class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
Required
InputLocationMessageContent - Class in io.github.natanimn.telebof.types.input
Represents the content of a location message to be sent as the result of an inline query.
InputLocationMessageContent(double, double) - Constructor for class io.github.natanimn.telebof.types.input.InputLocationMessageContent
Required
InputMedia - Interface in io.github.natanimn.telebof.types.input
This object represents the content of a media message to be sent.
InputMediaAnimation - Class in io.github.natanimn.telebof.types.input
Represents an animation file (GIF or H.264/MPEG-4 AVC video without sound) to be sent.
InputMediaAnimation(File) - Constructor for class io.github.natanimn.telebof.types.input.InputMediaAnimation
Required
InputMediaAnimation(String) - Constructor for class io.github.natanimn.telebof.types.input.InputMediaAnimation
Required
InputMediaAudio - Class in io.github.natanimn.telebof.types.input
Represents an audio file to be treated as music to be sent.
InputMediaAudio(File) - Constructor for class io.github.natanimn.telebof.types.input.InputMediaAudio
Required
InputMediaAudio(String) - Constructor for class io.github.natanimn.telebof.types.input.InputMediaAudio
Required
InputMediaBuilder<T> - Class in io.github.natanimn.telebof.types.input
Input media builder class that contains default parameters
InputMediaBuilder(String, File) - Constructor for class io.github.natanimn.telebof.types.input.InputMediaBuilder
Initializer
InputMediaBuilder(String, String) - Constructor for class io.github.natanimn.telebof.types.input.InputMediaBuilder
Initializer
InputMediaDocument - Class in io.github.natanimn.telebof.types.input
Represents a general file to be sent.
InputMediaDocument(File) - Constructor for class io.github.natanimn.telebof.types.input.InputMediaDocument
Required
InputMediaDocument(String) - Constructor for class io.github.natanimn.telebof.types.input.InputMediaDocument
Required
InputMediaPhoto - Class in io.github.natanimn.telebof.types.input
Pass True if the photo needs to be covered with a spoiler animation
InputMediaPhoto(File) - Constructor for class io.github.natanimn.telebof.types.input.InputMediaPhoto
Required
InputMediaPhoto(String) - Constructor for class io.github.natanimn.telebof.types.input.InputMediaPhoto
Required
InputMediaVideo - Class in io.github.natanimn.telebof.types.input
Represents a video to be sent.
InputMediaVideo(File) - Constructor for class io.github.natanimn.telebof.types.input.InputMediaVideo
Required
InputMediaVideo(String) - Constructor for class io.github.natanimn.telebof.types.input.InputMediaVideo
Required
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultAudio
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedAudio
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedDocument
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedGif
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedMpeg4Gif
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedPhoto
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVideo
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedVoice
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultGif
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultMpeg4Gif
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultPhoto
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVoice
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedSticker
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultContact
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultLocation
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVenue
Optional
inputMessageContent(InputTextMessageContent) - Method in class io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
Optional
InputMessageContent - Interface in io.github.natanimn.telebof.types.input
This object represents the content of a message to be sent as a result of an inline query.
InputPaidMedia - Interface in io.github.natanimn.telebof.types.input
This object describes the paid media to be sent
InputPaidMediaPhoto - Class in io.github.natanimn.telebof.types.input
The paid media to send is a photo.
InputPaidMediaPhoto(File) - Constructor for class io.github.natanimn.telebof.types.input.InputPaidMediaPhoto
Required
InputPaidMediaPhoto(String) - Constructor for class io.github.natanimn.telebof.types.input.InputPaidMediaPhoto
Required
InputPaidMediaVideo - Class in io.github.natanimn.telebof.types.input
The paid media to send is a video.
InputPaidMediaVideo(File) - Constructor for class io.github.natanimn.telebof.types.input.InputPaidMediaVideo
Required
InputPaidMediaVideo(String) - Constructor for class io.github.natanimn.telebof.types.input.InputPaidMediaVideo
Required
InputPollOption - Class in io.github.natanimn.telebof.types.input
This object contains information about one answer option in a poll to be sent.
InputPollOption(String) - Constructor for class io.github.natanimn.telebof.types.input.InputPollOption
Required
InputProfilePhoto - Interface in io.github.natanimn.telebof.types.input
This object describes a profile photo to set.
InputProfilePhotoAnimated - Class in io.github.natanimn.telebof.types.input
An animated profile photo in the MPEG4 format.
InputProfilePhotoAnimated(File) - Constructor for class io.github.natanimn.telebof.types.input.InputProfilePhotoAnimated
Required
InputProfilePhotoStatic - Class in io.github.natanimn.telebof.types.input
A static profile photo in the .JPG format.
InputProfilePhotoStatic(File) - Constructor for class io.github.natanimn.telebof.types.input.InputProfilePhotoStatic
Required
InputSticker - Class in io.github.natanimn.telebof.types.input
This object describes a sticker to be added to a sticker set.
InputSticker(File, StickerFormat, String[]) - Constructor for class io.github.natanimn.telebof.types.input.InputSticker
Required
InputSticker(String, StickerFormat, String[]) - Constructor for class io.github.natanimn.telebof.types.input.InputSticker
Required
InputStoryContent - Interface in io.github.natanimn.telebof.types.input
This object describes the content of a story to post.
InputStoryContentPhoto - Class in io.github.natanimn.telebof.types.input
Describes a photo to post as a story.
InputStoryContentPhoto(File) - Constructor for class io.github.natanimn.telebof.types.input.InputStoryContentPhoto
Required
InputStoryContentVideo - Class in io.github.natanimn.telebof.types.input
Describes a photo to post as a story.
InputStoryContentVideo(File) - Constructor for class io.github.natanimn.telebof.types.input.InputStoryContentVideo
Required
InputTextMessageContent - Class in io.github.natanimn.telebof.types.input
Represents the content of a text message to be sent as the result of an inline query.
InputTextMessageContent(String) - Constructor for class io.github.natanimn.telebof.types.input.InputTextMessageContent
Required
InputVenueMessageContent - Class in io.github.natanimn.telebof.types.input
Represents the content of a venue message to be sent as the result of an inline query.
InputVenueMessageContent(double, double, String, String) - Constructor for class io.github.natanimn.telebof.types.input.InputVenueMessageContent
Required
intensity - Variable in class io.github.natanimn.telebof.types.media_and_service.BackgroundType
Intensity of the pattern when it is shown above the filled background; 0-100
INTERNAL_PASSPORT - Enum constant in enum class io.github.natanimn.telebof.enums.PassportElementType
 
invite_link - Variable in class io.github.natanimn.telebof.types.chat_and_user.ChatFullInfo
Primary invite link, for groups, supergroups and channel chats
invite_link - Variable in class io.github.natanimn.telebof.types.chat_and_user.ChatInviteLink
The invite link.
invite_link - Variable in class io.github.natanimn.telebof.types.updates.ChatJoinRequest
Chat invite link that was used by the user to send the join request
invite_link - Variable in class io.github.natanimn.telebof.types.updates.ChatMemberUpdated
Chat invite link, which was used by the user to join the chat; for joining by invite link events only.
invoice - Variable in class io.github.natanimn.telebof.types.media_and_service.ExternalReplyInfo
Optional.
invoice - Variable in class io.github.natanimn.telebof.types.updates.Message
Message is an invoice for a payment, information about the invoice.
invoice() - Method in class io.github.natanimn.telebof.filters.Filter
Filter messages that contain Invoice objects.
Invoice - Class in io.github.natanimn.telebof.types.media_and_service
This object contains basic information about an invoice.
Invoice() - Constructor for class io.github.natanimn.telebof.types.media_and_service.Invoice
 
invoice_payload - Variable in class io.github.natanimn.telebof.types.payments.RefundedPayment
Bot-specified invoice payload
invoice_payload - Variable in class io.github.natanimn.telebof.types.payments.SuccessfulPayment
Bot-specified invoice payload
invoice_payload - Variable in class io.github.natanimn.telebof.types.payments.TransactionPartner
Bot-specified invoice payload.
invoice_payload - Variable in class io.github.natanimn.telebof.types.updates.PreCheckoutQuery
Bot-specified invoice payload
invoice_payload - Variable in class io.github.natanimn.telebof.types.updates.ShippingQuery
Bot-specified invoice payload
INVOICE_PAYMENT - Enum constant in enum class io.github.natanimn.telebof.enums.TransactionType
 
invoke(BotContext, T) - Method in interface io.github.natanimn.telebof.UpdateHandler
 
io.github.natanimn.telebof - package io.github.natanimn.telebof
 
io.github.natanimn.telebof.enums - package io.github.natanimn.telebof.enums
 
io.github.natanimn.telebof.exceptions - package io.github.natanimn.telebof.exceptions
 
io.github.natanimn.telebof.filters - package io.github.natanimn.telebof.filters
 
io.github.natanimn.telebof.requests - package io.github.natanimn.telebof.requests
 
io.github.natanimn.telebof.requests.answer - package io.github.natanimn.telebof.requests.answer
 
io.github.natanimn.telebof.requests.create - package io.github.natanimn.telebof.requests.create
 
io.github.natanimn.telebof.requests.delete - package io.github.natanimn.telebof.requests.delete
 
io.github.natanimn.telebof.requests.edit - package io.github.natanimn.telebof.requests.edit
 
io.github.natanimn.telebof.requests.get - package io.github.natanimn.telebof.requests.get
 
io.github.natanimn.telebof.requests.pin_and_unpin - package io.github.natanimn.telebof.requests.pin_and_unpin
 
io.github.natanimn.telebof.requests.send - package io.github.natanimn.telebof.requests.send
 
io.github.natanimn.telebof.requests.service - package io.github.natanimn.telebof.requests.service
 
io.github.natanimn.telebof.requests.set - package io.github.natanimn.telebof.requests.set
 
io.github.natanimn.telebof.states - package io.github.natanimn.telebof.states
 
io.github.natanimn.telebof.types.bot - package io.github.natanimn.telebof.types.bot
 
io.github.natanimn.telebof.types.business - package io.github.natanimn.telebof.types.business
 
io.github.natanimn.telebof.types.chat_and_user - package io.github.natanimn.telebof.types.chat_and_user
 
io.github.natanimn.telebof.types.checklist - package io.github.natanimn.telebof.types.checklist
 
io.github.natanimn.telebof.types.forum - package io.github.natanimn.telebof.types.forum
 
io.github.natanimn.telebof.types.gift_and_giveaway - package io.github.natanimn.telebof.types.gift_and_giveaway
 
io.github.natanimn.telebof.types.inline - package io.github.natanimn.telebof.types.inline
 
io.github.natanimn.telebof.types.input - package io.github.natanimn.telebof.types.input
 
io.github.natanimn.telebof.types.keyboard - package io.github.natanimn.telebof.types.keyboard
 
io.github.natanimn.telebof.types.media_and_service - package io.github.natanimn.telebof.types.media_and_service
 
io.github.natanimn.telebof.types.passport - package io.github.natanimn.telebof.types.passport
 
io.github.natanimn.telebof.types.payments - package io.github.natanimn.telebof.types.payments
 
io.github.natanimn.telebof.types.story - package io.github.natanimn.telebof.types.story
 
io.github.natanimn.telebof.types.updates - package io.github.natanimn.telebof.types.updates
 
io.github.natanimn.telebof.types.web - package io.github.natanimn.telebof.types.web
 
ip_address - Variable in class io.github.natanimn.telebof.types.web.WebhookInfo
Optional.
ipAddress(String) - Method in class io.github.natanimn.telebof.requests.set.SetWebhook
Optional
is_animated - Variable in class io.github.natanimn.telebof.types.media_and_service.Sticker
True, if the sticker is animated
is_anonymous - Variable in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
True, if the user's presence in the chat is hidden
is_anonymous - Variable in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
True, if the user's presence in the chat is hidden
is_anonymous - Variable in class io.github.natanimn.telebof.types.updates.Poll
True, if the poll is anonymous
is_automatic_forward - Variable in class io.github.natanimn.telebof.types.updates.Message
True, if the message is a channel post that was automatically forwarded to the connected discussion group
is_blurred - Variable in class io.github.natanimn.telebof.types.media_and_service.BackgroundType
True, if the wallpaper is downscaled to fit in a 450x450 square and then box-blurred with radius 12
is_bot - Variable in class io.github.natanimn.telebof.types.chat_and_user.User
True, if this user is a bot
is_closed - Variable in class io.github.natanimn.telebof.types.updates.Poll
True, if the poll is closed
is_disabled - Variable in class io.github.natanimn.telebof.types.media_and_service.LinkPreviewOptions
Optional.
is_enabled - Variable in class io.github.natanimn.telebof.types.updates.BusinessConnection
True, if the connection is active
is_first_recurring - Variable in class io.github.natanimn.telebof.types.payments.SuccessfulPayment
True, if the payment is the first payment for a subscription
is_forum - Variable in class io.github.natanimn.telebof.types.chat_and_user.Chat
True, if the supergroup chat is a forum
is_from_online - Variable in class io.github.natanimn.telebof.types.updates.Message
True, if the message was sent by an implicit action, for example, as an away or a greeting business message, or as a scheduled message
is_inverted - Variable in class io.github.natanimn.telebof.types.media_and_service.BackgroundType
True, if the background fill must be applied only to the pattern itself.
is_manual - Variable in class io.github.natanimn.telebof.types.media_and_service.TextQuote
Optional.
is_member - Variable in class io.github.natanimn.telebof.types.chat_and_user.ChatMember
True, if the user is a member of the chat at the moment of the request
is_moving - Variable in class io.github.natanimn.telebof.types.media_and_service.BackgroundType
True, if the background moves slightly when the device is tilted
is_premium - Variable in class io.github.natanimn.telebof.types.chat_and_user.User
Optional.
is_primary - Variable in class io.github.natanimn.telebof.types.chat_and_user.ChatInviteLink
True, if the link is primary
is_private - Variable in class io.github.natanimn.telebof.types.gift_and_giveaway.GiftInfo
Optional.
is_private - Variable in class io.github.natanimn.telebof.types.gift_and_giveaway.OwnedGift
Optional.
is_recurring - Variable in class io.github.natanimn.telebof.types.payments.SuccessfulPayment
True, if the payment is a recurring payment for a subscription
is_revoked - Variable in class io.github.natanimn.telebof.types.chat_and_user.ChatInviteLink
True, if the link is revoked
is_saved - Variable in class io.github.natanimn.telebof.types.gift_and_giveaway.OwnedGift
Optional.
is_star_giveaway - Variable in class io.github.natanimn.telebof.types.gift_and_giveaway.GiveawayCompleted
Optional.
is_topic_message - Variable in class io.github.natanimn.telebof.types.updates.Message
True, if the message is sent to a forum topic
is_unclaimed - Variable in class io.github.natanimn.telebof.types.chat_and_user.ChatBoostSource
True, if the giveaway was completed, but there was no user to win the prize
is_video - Variable in class io.github.natanimn.telebof.types.media_and_service.Sticker
True, if the sticker is video sticker
isAnimation(boolean) - Method in class io.github.natanimn.telebof.types.input.InputStoryContentVideo
Optional
isAnonymous(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendPoll
Optional
isAnonymous(boolean) - Method in class io.github.natanimn.telebof.requests.service.PromoteChatMember
Optional
isAnonymous(boolean) - Method in class io.github.natanimn.telebof.types.chat_and_user.ChatAdministratorRights
Setter method
isBig(boolean) - Method in class io.github.natanimn.telebof.requests.set.SetMessageReaction
Optional
isClosed(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendPoll
Optional
isCommand(String) - Static method in class io.github.natanimn.telebof.Util
 
isDark(Boolean) - Method in class io.github.natanimn.telebof.types.story.StoryAreaTypeSuggestedReaction
Optional
isDisabled(boolean) - Method in class io.github.natanimn.telebof.types.media_and_service.LinkPreviewOptions
 
isFlexible(boolean) - Method in class io.github.natanimn.telebof.requests.create.CreateInvoiceLink
Optional
isFlexible(boolean) - Method in class io.github.natanimn.telebof.requests.send.SendInvoice
Optional
isFlexible(Boolean) - Method in class io.github.natanimn.telebof.types.input.InputInvoiceMessageContent
Optional
isFlipped(Boolean) - Method in class io.github.natanimn.telebof.types.story.StoryAreaTypeSuggestedReaction
Optional
isPersistent(boolean) - Method in class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardMarkup
Optional
isPersonal(boolean) - Method in class io.github.natanimn.telebof.requests.answer.AnswerInlineQuery
Optional
isPublic(boolean) - Method in class io.github.natanimn.telebof.requests.service.RemoveBusinessAccountProfilePhoto
Optional
isPublic(boolean) - Method in class io.github.natanimn.telebof.requests.set.SetBusinessAccountProfilePhoto
Optional
ITALIC - Enum constant in enum class io.github.natanimn.telebof.enums.EntityType
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form