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

R

RARE - Enum constant in enum class io.github.natanimn.telebof.enums.ModelRarity
 
rarity - Variable in class io.github.natanimn.telebof.types.gift_and_giveaway.UniqueGiftModel
Optional.
rarityPerMille - Variable in class io.github.natanimn.telebof.types.gift_and_giveaway.UniqueGiftBackdrop
The number of unique gifts that receive this backdrop for every 1000 gifts upgraded
rarityPerMille - Variable in class io.github.natanimn.telebof.types.gift_and_giveaway.UniqueGiftModel
The number of unique gifts that receive this model for every 1000 gifts upgraded
rarityPerMille - Variable in class io.github.natanimn.telebof.types.gift_and_giveaway.UniqueGiftSymbol
The number of unique gifts that receive this model for every 1000 gifts upgraded
rating - Variable in class io.github.natanimn.telebof.types.chat_and_user.ChatFullInfo
Optional.
rating - Variable in class io.github.natanimn.telebof.types.chat_and_user.UserRating
Numerical value of the user's rating; the higher the rating, the better
reaction - Variable in class io.github.natanimn.telebof.annotations.meta.ReactionHandlerMeta
 
reaction() - Element in annotation interface io.github.natanimn.telebof.annotations.ReactionHandler
Specifies the specific reaction emoji to match.
reaction(BotContext, MessageReactionUpdated) - Method in class io.github.natanimn.annotation.ReactionHandlerTest
 
reaction(ReactionType[]) - Method in class io.github.natanimn.telebof.requests.set.SetMessageReaction
Optional
reaction(String) - Method in class io.github.natanimn.telebof.filters.Filter
Filter reactions that match a given reaction.
ReactionCount - Class in io.github.natanimn.telebof.types.media_and_service
Represents a reaction added to a message along with the number of times it was added.
ReactionCount() - Constructor for class io.github.natanimn.telebof.types.media_and_service.ReactionCount
 
ReactionCountHandler - Annotation Interface in io.github.natanimn.telebof.annotations
Annotation for handling reaction count update events in a declarative manner.
ReactionCountHandlerMeta - Class in io.github.natanimn.telebof.annotations.meta
ReactionCountHandlerMeta class.
ReactionCountHandlerMeta(ReactionCountHandler, MethodHandle) - Constructor for class io.github.natanimn.telebof.annotations.meta.ReactionCountHandlerMeta
 
ReactionCountHandlers - Annotation Interface in io.github.natanimn.telebof.annotations.container
 
ReactionHandler - Annotation Interface in io.github.natanimn.telebof.annotations
Annotation for handling message reaction events in a declarative manner.
ReactionHandlerMeta - Class in io.github.natanimn.telebof.annotations.meta
ReactionHandlerMeta class.
ReactionHandlerMeta(ReactionHandler, MethodHandle) - Constructor for class io.github.natanimn.telebof.annotations.meta.ReactionHandlerMeta
 
ReactionHandlers - Annotation Interface in io.github.natanimn.telebof.annotations.container
 
ReactionHandlerTest - Class in io.github.natanimn.annotation
 
ReactionHandlerTest() - Constructor for class io.github.natanimn.annotation.ReactionHandlerTest
 
reactions - Variable in class io.github.natanimn.telebof.types.updates.MessageReactionCountUpdated
List of reactions that are present on the message
reactionType - Variable in class io.github.natanimn.telebof.types.story.StoryAreaTypeSuggestedReaction
Type of the reaction
ReactionType - Class in io.github.natanimn.telebof.types.media_and_service
This object describes the type of a reaction.
ReactionType(TypeReaction) - Constructor for class io.github.natanimn.telebof.types.media_and_service.ReactionType
Required
readBusinessMessage(long, String, int) - Method in class io.github.natanimn.telebof.BotContext
Marks incoming message as read on behalf of a business account.
ReadBusinessMessage - Class in io.github.natanimn.telebof.requests.service
ReadBusinessMessage class.
ReadBusinessMessage(long, String, int, Api) - Constructor for class io.github.natanimn.telebof.requests.service.ReadBusinessMessage
 
reason - Variable in class io.github.natanimn.telebof.types.suggested.SuggestedPostRefunded
Reason for the refund.
receiver - Variable in class io.github.natanimn.telebof.types.payments.StarTransaction
Receiver of an outgoing transaction (e.g., a user for a purchase refund, Fragment for a withdrawal).
RECORD_VIDEO - Enum constant in enum class io.github.natanimn.telebof.enums.ChatAction
 
RECORD_VIDEO_NOTE - Enum constant in enum class io.github.natanimn.telebof.enums.ChatAction
 
RECORD_VOICE - Enum constant in enum class io.github.natanimn.telebof.enums.ChatAction
 
REFUNDED_PAYMENT - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
Service messages for refunded payments, filtered by Filter.refundedPayment()
refundedPayment - Variable in class io.github.natanimn.telebof.types.updates.Message
Message is a service message about a refunded payment, information about the payment
refundedPayment() - Method in class io.github.natanimn.telebof.filters.Filter
Filter service messages for refunded payment.
RefundedPayment - Class in io.github.natanimn.telebof.types.payments
This class contains basic information about a refunded payment.
RefundedPayment() - Constructor for class io.github.natanimn.telebof.types.payments.RefundedPayment
 
refundStarPayment(long, String) - Method in class io.github.natanimn.telebof.BotContext
Refunds a successful payment in Telegram Stars.
RefundStarPayment - Class in io.github.natanimn.telebof.requests.service
RefundStarPayment class.
RefundStarPayment(long, String, Api) - Constructor for class io.github.natanimn.telebof.requests.service.RefundStarPayment
Required
regex - Variable in class io.github.natanimn.telebof.annotations.meta.BusinessMessageHandlerMeta
 
regex - Variable in class io.github.natanimn.telebof.annotations.meta.CallbackHandlerMeta
 
regex - Variable in class io.github.natanimn.telebof.annotations.meta.ChannelPostHandlerMeta
 
regex - Variable in class io.github.natanimn.telebof.annotations.meta.EditedBusinessMessageHandlerMeta
 
regex - Variable in class io.github.natanimn.telebof.annotations.meta.EditedChannelPostHandlerMeta
 
regex - Variable in class io.github.natanimn.telebof.annotations.meta.EditedMessageHandlerMeta
 
regex - Variable in class io.github.natanimn.telebof.annotations.meta.InlineHandlerMeta
 
regex - Variable in class io.github.natanimn.telebof.annotations.meta.MessageHandlerMeta
 
regex - Variable in class io.github.natanimn.telebof.annotations.meta.PreCheckoutHandlerMeta
 
regex() - Element in annotation interface io.github.natanimn.telebof.annotations.BusinessMessageHandler
Regular expression pattern to match against business message text content.
regex() - Element in annotation interface io.github.natanimn.telebof.annotations.CallbackHandler
Regular expression pattern to match against callback data.
regex() - Element in annotation interface io.github.natanimn.telebof.annotations.ChannelPostHandler
Regular expression pattern to match against channel post text content.
regex() - Element in annotation interface io.github.natanimn.telebof.annotations.EditedBusinessMessageHandler
Regular expression pattern to match against edited business message text content.
regex() - Element in annotation interface io.github.natanimn.telebof.annotations.EditedChannelPostHandler
Regular expression pattern to match against edited channel post text content.
regex() - Element in annotation interface io.github.natanimn.telebof.annotations.EditedMessageHandler
Regular expression pattern to match against edited message text content.
regex() - Element in annotation interface io.github.natanimn.telebof.annotations.InlineHandler
Regular expression pattern to match against inline query text.
regex() - Element in annotation interface io.github.natanimn.telebof.annotations.MessageHandler
Regular expression pattern to match against message text content.
regex() - Element in annotation interface io.github.natanimn.telebof.annotations.PreCheckoutHandler
Regular expression pattern to match against payment payload content.
regex(BotContext, Message) - Method in class io.github.natanimn.annotation.ChannelPostHandlerTest
 
regex(BotContext, Message) - Method in class io.github.natanimn.annotation.MessageHandlerTest
 
regex(String) - Method in class io.github.natanimn.telebof.filters.Filter
Filter updates that match a given regular expression pattern.
REGULAR - Enum constant in enum class io.github.natanimn.telebof.enums.PollType
 
REGULAR - Enum constant in enum class io.github.natanimn.telebof.enums.StickerType
 
remainingCount - Variable in class io.github.natanimn.telebof.types.gift_and_giveaway.Gift
The number of remaining gifts of this type that can be sent; for limited gifts only
removeBusinessAccountProfilePhoto(String) - Method in class io.github.natanimn.telebof.BotContext
Removes the current profile photo of a managed business account.
RemoveBusinessAccountProfilePhoto - Class in io.github.natanimn.telebof.requests.service
RemoveBusinessAccountProfilePhoto class.
RemoveBusinessAccountProfilePhoto(String, Api) - Constructor for class io.github.natanimn.telebof.requests.service.RemoveBusinessAccountProfilePhoto
Required
removeCaption(Boolean) - Method in class io.github.natanimn.telebof.requests.service.CopyMessages
Optional
removeChatVerification(Object) - Method in class io.github.natanimn.telebof.BotContext
Removes verification from a chat that is currently verified on behalf of the organization represented by the bot.
RemoveChatVerification - Class in io.github.natanimn.telebof.requests.service
Removes verification from a chat that is currently verified on behalf of the organization represented by the bot.
RemoveChatVerification(Object, Api) - Constructor for class io.github.natanimn.telebof.requests.service.RemoveChatVerification
 
REMOVED_CHAT_BOOST - Enum constant in enum class io.github.natanimn.telebof.enums.Updates
 
removedChatBoost - Variable in class io.github.natanimn.telebof.types.updates.Update
A boost was removed from a chat.
RemovedChatBoostHandler - Annotation Interface in io.github.natanimn.telebof.annotations
Annotation for handling removed chat boost events in a declarative manner.
RemovedChatBoostHandlerMeta - Class in io.github.natanimn.telebof.annotations.meta
RemovedChatBoostHandlerMeta class.
RemovedChatBoostHandlerMeta(RemovedChatBoostHandler, MethodHandle) - Constructor for class io.github.natanimn.telebof.annotations.meta.RemovedChatBoostHandlerMeta
 
RemovedChatBoostHandlers - Annotation Interface in io.github.natanimn.telebof.annotations.container
 
removedDate - Variable in class io.github.natanimn.telebof.types.updates.ChatBoostRemoved
Point in time (Unix timestamp) when the boost was removed
removeKeyboard - Variable in class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardRemove
Requests clients to remove the custom keyboard (user will not be able to summon this keyboard; if you want to hide the keyboard from sight but keep it accessible, use ReplyKeyboardMarkup.oneTimeKeyboard(boolean) in ReplyKeyboardMarkup)
removeMyProfilePhoto() - Method in class io.github.natanimn.telebof.BotContext
Removes the profile photo of the bot.
RemoveMyProfilePhoto - Class in io.github.natanimn.telebof.requests.service
RemoveProfilePhoto class.
RemoveMyProfilePhoto(Api) - Constructor for class io.github.natanimn.telebof.requests.service.RemoveMyProfilePhoto
 
removeUserVerification(long) - Method in class io.github.natanimn.telebof.BotContext
Removes verification from a user who is currently verified on behalf of the organization represented by the bot.
RemoveUserVerification - Class in io.github.natanimn.telebof.requests.service
Removes verification from a user who is currently verified on behalf of the organization represented by the bot.
RemoveUserVerification(long, Api) - Constructor for class io.github.natanimn.telebof.requests.service.RemoveUserVerification
 
RENTAL_AGREEMENT - Enum constant in enum class io.github.natanimn.telebof.enums.PassportElementType
 
reopenForumTopic(Object, int) - Method in class io.github.natanimn.telebof.BotContext
Use this method to reopen a closed topic in a forum supergroup chat.
ReopenForumTopic - Class in io.github.natanimn.telebof.requests.service
ReopenForumTopic class.
ReopenForumTopic(Object, int, Api) - Constructor for class io.github.natanimn.telebof.requests.service.ReopenForumTopic
Required
reopenGeneralForumTopic(Object) - Method in class io.github.natanimn.telebof.BotContext
Use this method to reopen a closed 'General' topic in a forum supergroup chat.
ReopenGeneralForumTopic - Class in io.github.natanimn.telebof.requests.service
ReopenGeneralForumTopic class.
ReopenGeneralForumTopic(Object, Api) - Constructor for class io.github.natanimn.telebof.requests.service.ReopenGeneralForumTopic
Required
replaceStickerInSet(long, String, String, InputSticker) - Method in class io.github.natanimn.telebof.BotContext
Use this method to replace an existing sticker in a sticker set with a new one.
ReplaceStickerInSet - Class in io.github.natanimn.telebof.requests.service
ReplaceStickerInSet class.
ReplaceStickerInSet(long, String, String, InputSticker, Api) - Constructor for class io.github.natanimn.telebof.requests.service.ReplaceStickerInSet
Required
replied() - Method in class io.github.natanimn.telebof.filters.Filter
Filter service messages for replied messages.
REPLIED - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
Service messages for replied messages, filtered by Filter.replied()
REPLIED_TO_STORY - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
Service messages for replied to story messages, filtered by Filter.repliedToStory()
repliedToStory() - Method in class io.github.natanimn.telebof.filters.Filter
Filter service messages for replied to story messages.
ReplyKeyboardMarkup - Class in io.github.natanimn.telebof.types.keyboard
This object represents a custom keyboard with reply options
Not supported in channels and for messages sent on behalf of a Telegram Business account.
ReplyKeyboardMarkup() - Constructor for class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardMarkup
 
ReplyKeyboardMarkup(KeyboardButton[][]) - Constructor for class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardMarkup
Required
ReplyKeyboardMarkup(String[][]) - Constructor for class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardMarkup
Required
ReplyKeyboardRemove - Class in io.github.natanimn.telebof.types.keyboard
Upon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the default letter-keyboard.
ReplyKeyboardRemove() - Constructor for class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardRemove
 
replyMarkup - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryMediaResult
 
replyMarkup - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultArticle
 
replyMarkup - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultCachedSticker
 
replyMarkup - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultContact
 
replyMarkup - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultGame
 
replyMarkup - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultLocation
 
replyMarkup - Variable in class io.github.natanimn.telebof.types.inline.InlineQueryResultVenue
 
replyMarkup - Variable in class io.github.natanimn.telebof.types.updates.Message
Inline keyboard attached to the message
replyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.requests.edit.EditMessageCaption
Optional
replyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.requests.edit.EditMessageChecklist
Optional
replyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.requests.edit.EditMessageLiveLocation
Optional
replyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.requests.edit.EditMessageMedia
Optional
replyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.requests.edit.EditMessageReplyMarkup
Optional
replyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.requests.edit.EditMessageText
Optional
replyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.requests.service.StopMessageLiveLocation
Optional
replyMarkup(InlineKeyboardMarkup) - Method in class io.github.natanimn.telebof.requests.service.StopPoll
Optional
replyMarkup(Markup) - Method in class io.github.natanimn.telebof.requests.send.SendBuilder
Optional
replyMarkup(Markup) - Method in class io.github.natanimn.telebof.requests.send.SendChecklist
Optional
replyMarkup(Markup) - Method in class io.github.natanimn.telebof.requests.send.SendLocation
Optional
replyMarkup(Markup) - Method in class io.github.natanimn.telebof.requests.send.SendMediaGroup
Deprecated, for removal: This API element is subject to removal in a future version.
replyMarkup(Markup) - Method in class io.github.natanimn.telebof.requests.send.SendPaidMedia
Optional
replyMarkup(Markup) - Method in class io.github.natanimn.telebof.requests.send.SendPoll
Optional
replyMarkup(Markup) - Method in class io.github.natanimn.telebof.requests.service.CopyMessage
Optional
replyParameters(ReplyParameters) - Method in class io.github.natanimn.telebof.requests.send.SendBuilder
Optional
replyParameters(ReplyParameters) - Method in class io.github.natanimn.telebof.requests.send.SendChecklist
Optional
replyParameters(ReplyParameters) - Method in class io.github.natanimn.telebof.requests.send.SendLocation
Optional
replyParameters(ReplyParameters) - Method in class io.github.natanimn.telebof.requests.send.SendPaidMedia
Optional
replyParameters(ReplyParameters) - Method in class io.github.natanimn.telebof.requests.send.SendPoll
Optional
replyParameters(ReplyParameters) - Method in class io.github.natanimn.telebof.requests.service.CopyMessage
Optional
ReplyParameters - Class in io.github.natanimn.telebof.types
Describes reply parameters for the message that is being sent.
ReplyParameters(int) - Constructor for class io.github.natanimn.telebof.types.ReplyParameters
Required
replyToChecklistTaskId - Variable in class io.github.natanimn.telebof.types.updates.Message
Optional.
replyToMessage - Variable in class io.github.natanimn.telebof.types.updates.Message
For replies in the same chat and message thread, the original message
replyToStory - Variable in class io.github.natanimn.telebof.types.updates.Message
For replies to a story, the original story
repostStory(String, long, int, int) - Method in class io.github.natanimn.telebof.BotContext
Reposts a story on behalf of a business account from another business account.
RepostStory - Class in io.github.natanimn.telebof.requests.service
RepostStory class.
RepostStory(String, long, int, int, Api) - Constructor for class io.github.natanimn.telebof.requests.service.RepostStory
Required
requestChat - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButton
 
requestContact - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButton
 
requestCount - Variable in class io.github.natanimn.telebof.types.payments.TransactionPartner
The number of successful requests that exceeded regular limits and were therefore billed
requestId - Variable in class io.github.natanimn.telebof.types.chat_and_user.ChatShared
Identifier of the request
requestId - Variable in class io.github.natanimn.telebof.types.chat_and_user.UsersShared
Identifier of the request
requestId - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
 
requestId - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestUsers
 
requestLocation - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButton
 
requestName - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
 
requestName - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestUsers
 
requestPhoto - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
 
requestPhoto - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestUsers
 
requestPoll - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButton
 
requestTitle - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
 
requestUsername - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestChat
 
requestUsername - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestUsers
 
requestUsers - Variable in class io.github.natanimn.telebof.types.keyboard.KeyboardButton
 
requestWriteAccess - Variable in class io.github.natanimn.telebof.types.keyboard.LoginUrl
 
resizeKeyboard - Variable in class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardMarkup
 
ResponseParameters - Class in io.github.natanimn.telebof.types.media_and_service
Describes why a request was unsuccessful.
ResponseParameters() - Constructor for class io.github.natanimn.telebof.types.media_and_service.ResponseParameters
 
responseType - Variable in class io.github.natanimn.telebof.requests.AbstractBaseRequest
 
responseType - Static variable in class io.github.natanimn.telebof.requests.get.GetChatAdministrators
 
responseType - Static variable in class io.github.natanimn.telebof.requests.get.GetCustomEmojiStickers
 
responseType - Static variable in class io.github.natanimn.telebof.requests.get.GetForumTopicIconStickers
 
responseType - Static variable in class io.github.natanimn.telebof.requests.get.GetGameHighScores
 
responseType - Static variable in class io.github.natanimn.telebof.requests.get.GetMyCommands
 
responseType - Static variable in class io.github.natanimn.telebof.requests.get.GetUpdates
 
responseType - Static variable in class io.github.natanimn.telebof.requests.send.SendMediaGroup
 
responseType - Static variable in class io.github.natanimn.telebof.requests.service.CopyMessages
 
responseType - Static variable in class io.github.natanimn.telebof.requests.service.ForwardMessages
 
restrictChatMember(Object, long, ChatPermissions) - Method in class io.github.natanimn.telebof.BotContext
Use this method to restrict a user in a supergroup.
RestrictChatMember - Class in io.github.natanimn.telebof.requests.service
RestrictChatMember class.
RestrictChatMember(Object, long, ChatPermissions, Api) - Constructor for class io.github.natanimn.telebof.requests.service.RestrictChatMember
Required
restricted(BotContext, ChatMemberUpdated) - Method in class io.github.natanimn.annotation.ChatMemberHandlerTest
 
restricted(BotContext, ChatMemberUpdated) - Method in class io.github.natanimn.annotation.MyChatMemberHandlerTest
 
RESTRICTED - Enum constant in enum class io.github.natanimn.telebof.enums.ChatMemberStatus
 
result - Variable in class io.github.natanimn.telebof.ApiResponse
 
resultId - Variable in class io.github.natanimn.telebof.annotations.meta.ChosenInlineHandlerMeta
 
resultId - Variable in class io.github.natanimn.telebof.types.updates.ChosenInlineResult
The unique identifier for the result that was chosen
resultId() - Element in annotation interface io.github.natanimn.telebof.annotations.ChosenInlineHandler
Specifies the inline result IDs to match.
retrieveUpdates() - Method in class io.github.natanimn.telebof.BotClient
Retrieve updates
retryAfter - Variable in class io.github.natanimn.telebof.types.media_and_service.ResponseParameters
Optional.
RevenueWithdrawalState - Class in io.github.natanimn.telebof.types.payments
This class describes the state of a revenue withdrawal operation
RevenueWithdrawalState() - Constructor for class io.github.natanimn.telebof.types.payments.RevenueWithdrawalState
 
RevenueWithdrawalStateType - Enum Class in io.github.natanimn.telebof.enums
RevenueWithdrawalStateType() - Constructor for enum class io.github.natanimn.telebof.enums.RevenueWithdrawalStateType
 
REVERSE_SIDE - Enum constant in enum class io.github.natanimn.telebof.enums.PassportElementErrorSource
 
reverseSide - Variable in class io.github.natanimn.telebof.types.passport.EncryptedPassportElement
Encrypted file with the reverse side of the document, provided by the user; available only for PassportElementType.DRIVER_LICENSE and PassportElementType.IDENTITY_CARD.
revokeChatInviteLink(Object, String) - Method in class io.github.natanimn.telebof.BotContext
Use this method to revoke an invite link created by the bot.
RevokeChatInviteLink - Class in io.github.natanimn.telebof.requests.service
RevokeChatInviteLink class
RevokeChatInviteLink(Object, String, Api) - Constructor for class io.github.natanimn.telebof.requests.service.RevokeChatInviteLink
Required
revokeMessages(boolean) - Method in class io.github.natanimn.telebof.requests.service.BanChatMember
Optional
rights - Variable in class io.github.natanimn.telebof.types.updates.BusinessConnection
Optional.
rights(ChatAdministratorRights) - Method in class io.github.natanimn.telebof.requests.set.SetMyDefaultAdministratorRights
Optional
rotationAngle - Variable in class io.github.natanimn.telebof.types.BackgroundFill
Clockwise rotation angle of the background fill in degrees; 0-359
rotationAngle - Variable in class io.github.natanimn.telebof.types.story.StoryAreaPosition
The clockwise rotation angle of the rectangle, in degrees; 0-360
rowWidth - Variable in class io.github.natanimn.telebof.types.keyboard.InlineKeyboardMarkup
 
rowWidth - Variable in class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardMarkup
 
rowWidth(int) - Method in class io.github.natanimn.telebof.types.keyboard.ReplyKeyboardMarkup
Optional
runOnNewThread() - Method in class io.github.natanimn.telebof.BotClient
 
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