Index

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

F

FAILED - Enum constant in enum class io.github.natanimn.telebof.enums.RevenueWithdrawalStateType
 
field - Static variable in class io.github.natanimn.telebof.annotations.type.TypeChecker
 
File - Class in io.github.natanimn.telebof.types.media_and_service
This object represents a file ready to be downloaded.
File() - Constructor for class io.github.natanimn.telebof.types.media_and_service.File
 
FILE - Enum constant in enum class io.github.natanimn.telebof.enums.PassportElementErrorSource
 
FILES - Enum constant in enum class io.github.natanimn.telebof.enums.PassportElementErrorSource
 
FILL - Enum constant in enum class io.github.natanimn.telebof.enums.BackgroundTypeType
 
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.BusinessConnectionHandler
Custom filter class for advanced filtering of business connection events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.BusinessMessageHandler
Custom filter class for advanced filtering of business message events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.CallbackHandler
Custom filter class for advanced filtering logic beyond the built-in options.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.ChannelPostHandler
Custom filter class for advanced filtering logic beyond the built-in options.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.ChatBoostHandler
Custom filter class for advanced filtering of chat boost events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.ChatJoinRequestHandler
Custom filter class for advanced filtering of chat join request events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.ChatMemberHandler
Custom filter class for advanced filtering of chat member update events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.ChosenInlineHandler
Custom filter class for advanced filtering of chosen inline result events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.DeletedBusinessMessageHandler
Custom filter class for advanced filtering of deleted business message events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.EditedBusinessMessageHandler
Custom filter class for advanced filtering of edited business message events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.EditedChannelPostHandler
Custom filter class for advanced filtering of edited channel post events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.EditedMessageHandler
Custom filter class for advanced filtering of edited message events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.InlineHandler
Custom filter class for advanced filtering of inline query events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.MessageHandler
Custom filter class for advanced filtering logic beyond the built-in options.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.MyChatMemberHandler
Custom filter class for advanced filtering of the bot's chat member update events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.PollAnswerHandler
Custom filter class for advanced filtering of poll answer events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.PollHandler
Custom filter class for advanced filtering of poll state update events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.PreCheckoutHandler
Custom filter class for advanced filtering of pre-checkout query events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.PurchasedPaidMediaHandler
Custom filter class for advanced filtering of purchased paid media events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.ReactionCountHandler
Custom filter class for advanced filtering of reaction count update events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.ReactionHandler
Custom filter class for advanced filtering of reaction events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.RemovedChatBoostHandler
Custom filter class for advanced filtering of removed chat boost events.
filter() - Element in annotation interface io.github.natanimn.telebof.annotations.ShippingHandler
Custom filter class for advanced filtering of shipping query events.
Filter - Class in io.github.natanimn.telebof.filters
A class for filtering updates
Filter(Update, StateMemoryStorage) - Constructor for class io.github.natanimn.telebof.filters.Filter
Required
FilterExecutor - Interface in io.github.natanimn.telebof.filters
Filter executor
FIND_LOCATION - Enum constant in enum class io.github.natanimn.telebof.enums.ChatAction
 
FloodError - Exception Class in io.github.natanimn.telebof.exceptions
Base class for flood errors.
FloodError(String, ResponseParameters) - Constructor for exception class io.github.natanimn.telebof.exceptions.FloodError
 
Forbidden - Exception Class in io.github.natanimn.telebof.exceptions
Base class for forbidden errors.
Forbidden(String) - Constructor for exception class io.github.natanimn.telebof.exceptions.Forbidden
 
force(boolean) - Method in class io.github.natanimn.telebof.requests.set.SetGameScore
Optional
ForceReply - Class in io.github.natanimn.telebof.types.keyboard
Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the user has selected the bot's message and tapped 'Reply').
ForceReply() - Constructor for class io.github.natanimn.telebof.types.keyboard.ForceReply
 
forChannel(boolean) - Method in class io.github.natanimn.telebof.requests.get.GetMyDefaultAdministratorRights
Optional
forChannel(Boolean) - Method in class io.github.natanimn.telebof.requests.set.SetMyDefaultAdministratorRights
Optional
FORUM_TOPIC_CLOSED - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
Service messages for forum topic closure, filtered by Filter.forumTopicClosed()
FORUM_TOPIC_CREATED - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
Service messages for forum topic creation, filtered by Filter.forumTopicCreated()
FORUM_TOPIC_EDITED - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
Service messages for forum topic edits, filtered by Filter.forumTopicEdited()
FORUM_TOPIC_REOPENED - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
Service messages for forum topic reopening, filtered by Filter.forumTopicReopened()
ForumTopic - Class in io.github.natanimn.telebof.types.forum
This object represents a forum topic.
ForumTopic() - Constructor for class io.github.natanimn.telebof.types.forum.ForumTopic
 
forumTopicClosed() - Method in class io.github.natanimn.telebof.filters.Filter
Filter service messages for forum topic closed.
ForumTopicClosed - Class in io.github.natanimn.telebof.types.forum
This object represents a service message about a forum topic closed in the chat.
ForumTopicClosed() - Constructor for class io.github.natanimn.telebof.types.forum.ForumTopicClosed
 
forumTopicCreated() - Method in class io.github.natanimn.telebof.filters.Filter
Filter service messages for forum topic created.
ForumTopicCreated - Class in io.github.natanimn.telebof.types.forum
This object represents a service message about a new forum topic created in the chat.
ForumTopicCreated() - Constructor for class io.github.natanimn.telebof.types.forum.ForumTopicCreated
 
forumTopicEdited() - Method in class io.github.natanimn.telebof.filters.Filter
Filter service messages for forum topic edited.
ForumTopicEdited - Class in io.github.natanimn.telebof.types.forum
This object represents a service message about an edited forum topic.
ForumTopicEdited() - Constructor for class io.github.natanimn.telebof.types.forum.ForumTopicEdited
 
forumTopicReopened() - Method in class io.github.natanimn.telebof.filters.Filter
Filter service messages for forum topic reopened.
ForumTopicReopened - Class in io.github.natanimn.telebof.types.forum
This object represents a service message about a forum topic reopened in the chat.
ForumTopicReopened() - Constructor for class io.github.natanimn.telebof.types.forum.ForumTopicReopened
 
forward(Object, Object, int) - Method in class io.github.natanimn.telebof.BotContext
Use this method to forward messages of any kind.
forwarded() - Method in class io.github.natanimn.telebof.filters.Filter
Filter service messages for forwarded messages.
FORWARDED - Enum constant in enum class io.github.natanimn.telebof.enums.MessageType
Service messages for forwarded messages, filtered by Filter.forwarded()
ForwardMessage - Class in io.github.natanimn.telebof.requests.service
ForwardMessage class.
ForwardMessage(Object, Object, int, Api) - Constructor for class io.github.natanimn.telebof.requests.service.ForwardMessage
Required
forwardMessages(Object, Object, Integer[]) - Method in class io.github.natanimn.telebof.BotContext
Use this method to forward multiple messages of any kind.
ForwardMessages - Class in io.github.natanimn.telebof.requests.service
ForwardMessages class On success, an array of MessageId of the sent messages is returned.
ForwardMessages(Object, Object, Integer[], Api) - Constructor for class io.github.natanimn.telebof.requests.service.ForwardMessages
 
foursquareId(String) - Method in class io.github.natanimn.telebof.requests.send.SendVenue
Optional
foursquareType(String) - Method in class io.github.natanimn.telebof.requests.send.SendVenue
Optional
FRAGMENT - Enum constant in enum class io.github.natanimn.telebof.enums.TransactionPartnerType
 
FREEFROM_GRADIENT - Enum constant in enum class io.github.natanimn.telebof.enums.BackgroundFillType
 
fromIds(Long...) - Method in class io.github.natanimn.telebof.filters.Filter
Filter updates that match a user id.
FRONT_SIDE - Enum constant in enum class io.github.natanimn.telebof.enums.PassportElementErrorSource
 
A B C D E F G H I K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form