Hierarchy For All Packages
- org.teleight.teleightbots,
- org.teleight.teleightbots.api,
- org.teleight.teleightbots.api.methods,
- org.teleight.teleightbots.api.objects,
- org.teleight.teleightbots.api.serialization.deserializers,
- org.teleight.teleightbots.api.serialization.serializers,
- org.teleight.teleightbots.bot,
- org.teleight.teleightbots.bot.manager,
- org.teleight.teleightbots.bot.settings,
- org.teleight.teleightbots.commands,
- org.teleight.teleightbots.commands.builder,
- org.teleight.teleightbots.commands.builder.argument,
- org.teleight.teleightbots.commands.builder.condition,
- org.teleight.teleightbots.commands.builder.exception,
- org.teleight.teleightbots.commands.builder.parser,
- org.teleight.teleightbots.conversation,
- org.teleight.teleightbots.event,
- org.teleight.teleightbots.event.bot,
- org.teleight.teleightbots.event.bot.channel,
- org.teleight.teleightbots.event.bot.group,
- org.teleight.teleightbots.event.keyboard,
- org.teleight.teleightbots.event.trait,
- org.teleight.teleightbots.event.user,
- org.teleight.teleightbots.event.user.group,
- org.teleight.teleightbots.exception,
- org.teleight.teleightbots.exception.exceptions,
- org.teleight.teleightbots.extensions,
- org.teleight.teleightbots.extensions.annotation,
- org.teleight.teleightbots.files,
- org.teleight.teleightbots.menu,
- org.teleight.teleightbots.scheduler,
- org.teleight.teleightbots.updateprocessor,
- org.teleight.teleightbots.updateprocessor.events,
- org.teleight.teleightbots.webhook
Class Hierarchy
- java.lang.Object
- javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
- org.teleight.teleightbots.extensions.annotation.ExtensionAnnotationProcessor
- org.teleight.teleightbots.commands.builder.argument.Argument<T>
- org.teleight.teleightbots.commands.builder.argument.ArgumentInteger
- org.teleight.teleightbots.commands.builder.argument.ArgumentString
- org.teleight.teleightbots.commands.builder.parser.ArgumentReader
- org.teleight.teleightbots.updateprocessor.BotMethodExecutor
- org.teleight.teleightbots.updateprocessor.events.CallbackQueryEventProcessor (implements org.teleight.teleightbots.updateprocessor.events.EventProcessor)
- org.teleight.teleightbots.updateprocessor.events.ChannelPostEventProcessor (implements org.teleight.teleightbots.updateprocessor.events.EventProcessor)
- org.teleight.teleightbots.updateprocessor.events.ChatMemberStatusEventProcessor (implements org.teleight.teleightbots.updateprocessor.events.EventProcessor)
- org.teleight.teleightbots.commands.builder.Command
- org.teleight.teleightbots.commands.builder.parser.CommandContext
- org.teleight.teleightbots.conversation.Conversation.Builder
- org.teleight.teleightbots.conversation.ConversationContext
- org.teleight.teleightbots.conversation.ConversationInstanceConstraints.Builder
- org.teleight.teleightbots.exception.ExceptionManager
- org.teleight.teleightbots.extensions.Extension
- org.teleight.teleightbots.api.methods.GetUpdates.Builder
- org.teleight.teleightbots.updateprocessor.events.InlineQueryEventProcessor (implements org.teleight.teleightbots.updateprocessor.events.EventProcessor)
- com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider)
- org.teleight.teleightbots.api.serialization.deserializers.ColorDeserializer
- org.teleight.teleightbots.api.serialization.deserializers.DateDeserializer
- org.teleight.teleightbots.api.serialization.deserializers.KeyboardDeserializer
- org.teleight.teleightbots.api.serialization.deserializers.LivePeriodDeserializer
- org.teleight.teleightbots.api.serialization.deserializers.MaybeInaccessibleMessageDeserializer
- com.fasterxml.jackson.databind.JsonSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable)
- org.teleight.teleightbots.api.serialization.serializers.ColorSerializer
- org.teleight.teleightbots.api.serialization.serializers.DateSerializer
- org.teleight.teleightbots.api.serialization.serializers.InputFileSerializer
- org.teleight.teleightbots.api.serialization.serializers.LivePeriodSerializer
- org.teleight.teleightbots.api.objects.LivePeriod
- org.teleight.teleightbots.updateprocessor.LongPollingUpdateProcessor (implements org.teleight.teleightbots.updateprocessor.UpdateProcessor)
- org.teleight.teleightbots.menu.MenuBuilder.MenuBuilderImpl (implements org.teleight.teleightbots.menu.MenuBuilder)
- org.teleight.teleightbots.menu.MenuImpl (implements org.teleight.teleightbots.menu.Menu)
- org.teleight.teleightbots.updateprocessor.events.MessageEventProcessor (implements org.teleight.teleightbots.updateprocessor.events.EventProcessor)
- org.teleight.teleightbots.updateprocessor.MultiPartBodyPublisher
- org.teleight.teleightbots.scheduler.Task.Builder
- org.teleight.teleightbots.TeleightBots
- java.lang.Thread (implements java.lang.Runnable)
- org.teleight.teleightbots.conversation.ConversationContext.ConversationLifecycle
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.teleight.teleightbots.commands.builder.exception.ArgumentSyntaxException
- org.teleight.teleightbots.files.DownloadFileException
- org.teleight.teleightbots.exception.exceptions.TelegramRequestException
- org.teleight.teleightbots.exception.exceptions.RateLimitException
- java.lang.RuntimeException
- java.lang.Exception
- org.teleight.teleightbots.bot.settings.WebhookBotSettings.Builder
- org.teleight.teleightbots.webhook.WebhookServerConfig.Builder
- org.teleight.teleightbots.updateprocessor.WebhookUpdateProcessor (implements org.teleight.teleightbots.updateprocessor.UpdateProcessor)
- javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
Interface Hierarchy
- org.teleight.teleightbots.api.ApiMethod<R>
- org.teleight.teleightbots.api.ApiMethodBoolean
- org.teleight.teleightbots.api.ApiMethodMessage
- org.teleight.teleightbots.api.ApiMethodMultiResponse
- org.teleight.teleightbots.api.MultiPartApiMethod<R>
- org.teleight.teleightbots.api.MultiPartApiMethodBoolean
- org.teleight.teleightbots.api.MultiPartApiMethodMessage
- java.lang.AutoCloseable
- java.io.Closeable
- org.teleight.teleightbots.bot.manager.BotManager
- org.teleight.teleightbots.extensions.ExtensionManager
- org.teleight.teleightbots.files.FileDownloader
- org.teleight.teleightbots.scheduler.Scheduler
- org.teleight.teleightbots.TeleightBotsProcess
- org.teleight.teleightbots.updateprocessor.UpdateProcessor
- org.teleight.teleightbots.webhook.WebhookServer
- java.io.Closeable
- org.teleight.teleightbots.bot.settings.BotSettings
- org.teleight.teleightbots.commands.builder.condition.CommandCondition
- org.teleight.teleightbots.commands.builder.CommandExecutor
- org.teleight.teleightbots.commands.CommandManager
- org.teleight.teleightbots.commands.CommandParser
- org.teleight.teleightbots.commands.CommandParser.Result
- org.teleight.teleightbots.conversation.ConversationExecutor
- org.teleight.teleightbots.conversation.ConversationManager
- org.teleight.teleightbots.conversation.ConversationManager.JoinResult
- org.teleight.teleightbots.event.trait.Event
- org.teleight.teleightbots.event.trait.CancellableEvent
- org.teleight.teleightbots.event.trait.GroupBotEvent
- org.teleight.teleightbots.event.trait.MessageEvent
- org.teleight.teleightbots.event.EventListener<T>
- org.teleight.teleightbots.event.EventListener.Builder<T>
- org.teleight.teleightbots.event.EventManager
- org.teleight.teleightbots.updateprocessor.events.EventProcessor
- org.teleight.teleightbots.exception.ExceptionHandler
- org.teleight.teleightbots.commands.ExecutableCommand
- org.teleight.teleightbots.menu.Menu
- org.teleight.teleightbots.menu.Menu.Builder
- org.teleight.teleightbots.menu.MenuBuilder
- org.teleight.teleightbots.menu.MenuManager
- java.io.Serializable
- org.teleight.teleightbots.api.ApiResult
- org.teleight.teleightbots.api.objects.BackgroundFill
- org.teleight.teleightbots.api.objects.BackgroundType
- org.teleight.teleightbots.api.objects.BotCommandScope
- org.teleight.teleightbots.api.objects.ChatBoostSource
- org.teleight.teleightbots.api.objects.ChatMember
- org.teleight.teleightbots.api.objects.InlineQueryResult
- org.teleight.teleightbots.api.objects.InputMedia
- org.teleight.teleightbots.api.objects.InputMessageContent
- org.teleight.teleightbots.api.objects.InputPaidMedia
- org.teleight.teleightbots.api.objects.InputProfilePhoto
- org.teleight.teleightbots.api.objects.InputStoryContent
- org.teleight.teleightbots.api.objects.MaybeInaccessibleMessage
- org.teleight.teleightbots.api.objects.MessageOrigin
- org.teleight.teleightbots.api.objects.OwnedGift
- org.teleight.teleightbots.api.objects.PaidMedia
- org.teleight.teleightbots.api.objects.PassportElementError
- org.teleight.teleightbots.api.objects.ReactionType
- org.teleight.teleightbots.api.objects.ReplyKeyboard
- org.teleight.teleightbots.api.objects.RevenueWithdrawalState
- org.teleight.teleightbots.api.objects.StoryAreaType
- org.teleight.teleightbots.api.objects.TransactionPartner
- org.teleight.teleightbots.api.objects.MenuButton
- org.teleight.teleightbots.api.ApiResult
- org.teleight.teleightbots.scheduler.Task
- org.teleight.teleightbots.bot.TelegramBot
- org.teleight.teleightbots.bot.LongPollingTelegramBot
- org.teleight.teleightbots.bot.WebhookTelegramBot
Annotation Interface Hierarchy
- org.teleight.teleightbots.extensions.annotation.ExtensionInfo (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.teleight.teleightbots.api.objects.Chat.Type
- org.teleight.teleightbots.api.objects.ChatAction
- org.teleight.teleightbots.event.EventListener.Result
- org.teleight.teleightbots.webhook.HttpResponse.StatusCode
- org.teleight.teleightbots.api.objects.KeyboardButtonStyle
- org.teleight.teleightbots.api.objects.MenuButton.MenuButtonType
- org.teleight.teleightbots.api.objects.ParseMode
- org.teleight.teleightbots.api.objects.StickerFormat
- org.teleight.teleightbots.api.objects.StickerType
- org.teleight.teleightbots.api.objects.StoryActivePeriod
- org.teleight.teleightbots.api.objects.SuggestedPostRefundReason
- org.teleight.teleightbots.api.objects.SuggestedPostState
- org.teleight.teleightbots.api.objects.TelegramCurrency
- org.teleight.teleightbots.api.objects.TransactionType
- org.teleight.teleightbots.api.objects.UniqueGiftOrigin
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- org.teleight.teleightbots.api.objects.AcceptedGiftTypes (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.AddStickerToSet (implements org.teleight.teleightbots.api.MultiPartApiMethodBoolean)
- org.teleight.teleightbots.api.objects.AffiliateInfo (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.Animation (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.AnswerCallbackQuery (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.AnswerInlineQuery (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.AnswerPreCheckoutQuery (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.AnswerShippingQuery (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.AnswerWebAppQuery (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.objects.ApiResponse<T> (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.ApproveChatJoinRequest (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.ApproveSuggestedPost (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.objects.Audio (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.BackgroundFillFreeformGradient (implements org.teleight.teleightbots.api.objects.BackgroundFill)
- org.teleight.teleightbots.api.objects.BackgroundFillGradient (implements org.teleight.teleightbots.api.objects.BackgroundFill)
- org.teleight.teleightbots.api.objects.BackgroundFillSolid (implements org.teleight.teleightbots.api.objects.BackgroundFill)
- org.teleight.teleightbots.api.objects.BackgroundTypeChatTheme (implements org.teleight.teleightbots.api.objects.BackgroundType)
- org.teleight.teleightbots.api.objects.BackgroundTypeFill (implements org.teleight.teleightbots.api.objects.BackgroundType)
- org.teleight.teleightbots.api.objects.BackgroundTypePattern (implements org.teleight.teleightbots.api.objects.BackgroundType)
- org.teleight.teleightbots.api.objects.BackgroundTypeWallpaper (implements org.teleight.teleightbots.api.objects.BackgroundType)
- org.teleight.teleightbots.api.methods.BanChatMember (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.BanChatSenderChat (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.BatchCopyMessages (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.BatchDeleteMessages (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.BatchForwardMessages (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.objects.Birthdate (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.BotCommand (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.BotCommandScopeAllChatAdministrators (implements org.teleight.teleightbots.api.objects.BotCommandScope)
- org.teleight.teleightbots.api.objects.BotCommandScopeAllGroupChats (implements org.teleight.teleightbots.api.objects.BotCommandScope)
- org.teleight.teleightbots.api.objects.BotCommandScopeAllPrivateChats (implements org.teleight.teleightbots.api.objects.BotCommandScope)
- org.teleight.teleightbots.api.objects.BotCommandScopeChat (implements org.teleight.teleightbots.api.objects.BotCommandScope)
- org.teleight.teleightbots.api.objects.BotCommandScopeChatAdministrators (implements org.teleight.teleightbots.api.objects.BotCommandScope)
- org.teleight.teleightbots.api.objects.BotCommandScopeChatMember (implements org.teleight.teleightbots.api.objects.BotCommandScope)
- org.teleight.teleightbots.api.objects.BotCommandScopeDefault (implements org.teleight.teleightbots.api.objects.BotCommandScope)
- org.teleight.teleightbots.api.objects.BotDescription (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.event.bot.group.BotJoinGroupEvent (implements org.teleight.teleightbots.event.trait.GroupBotEvent)
- org.teleight.teleightbots.api.objects.BotName (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.event.bot.group.BotQuitGroupEvent (implements org.teleight.teleightbots.event.trait.GroupBotEvent)
- org.teleight.teleightbots.api.objects.BotShortDescription (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.event.bot.BotShutdownEvent (implements org.teleight.teleightbots.event.trait.Event)
- org.teleight.teleightbots.api.objects.BusinessBotRights (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.BusinessConnection (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.BusinessIntro (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.BusinessLocation (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.BusinessMessagesDeleted (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.BusinessOpeningHours (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.BusinessOpeningHoursInterval (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.event.keyboard.ButtonPressEvent (implements org.teleight.teleightbots.event.trait.Event)
- org.teleight.teleightbots.api.objects.CallbackGame (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.CallbackQuery (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.event.bot.channel.ChannelSendMessageEvent (implements org.teleight.teleightbots.event.trait.Event)
- org.teleight.teleightbots.api.objects.Chat (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatAdministratorRights (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatBackground (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatBoost (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatBoostAdded (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatBoostRemoved (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatBoostSourceGiftCode (implements org.teleight.teleightbots.api.objects.ChatBoostSource)
- org.teleight.teleightbots.api.objects.ChatBoostSourceGiveaway (implements org.teleight.teleightbots.api.objects.ChatBoostSource)
- org.teleight.teleightbots.api.objects.ChatBoostSourcePremium (implements org.teleight.teleightbots.api.objects.ChatBoostSource)
- org.teleight.teleightbots.api.objects.ChatBoostUpdated (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatFullInfo (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatInviteLink (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatJoinRequest (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatLocation (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatMemberAdministrator (implements org.teleight.teleightbots.api.objects.ChatMember)
- org.teleight.teleightbots.api.objects.ChatMemberBanned (implements org.teleight.teleightbots.api.objects.ChatMember)
- org.teleight.teleightbots.api.objects.ChatMemberLeft (implements org.teleight.teleightbots.api.objects.ChatMember)
- org.teleight.teleightbots.api.objects.ChatMemberMember (implements org.teleight.teleightbots.api.objects.ChatMember)
- org.teleight.teleightbots.api.objects.ChatMemberOwner (implements org.teleight.teleightbots.api.objects.ChatMember)
- org.teleight.teleightbots.api.objects.ChatMemberRestricted (implements org.teleight.teleightbots.api.objects.ChatMember)
- org.teleight.teleightbots.api.objects.ChatMemberUpdated (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatOwnerChanged (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatOwnerLeft (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatPermissions (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatPhoto (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChatShared (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.Checklist (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChecklistTask (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChecklistTasksAdded (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChecklistTasksDone (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ChosenInlineResult (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.CloseForumTopic (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.CloseGeneralForumTopic (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.commands.builder.CommandSyntax
- org.teleight.teleightbots.api.objects.Contact (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.conversation.Conversation
- org.teleight.teleightbots.conversation.ConversationInstanceConstraints
- org.teleight.teleightbots.conversation.ConversationManager.JoinResult.AlreadyInConversation (implements org.teleight.teleightbots.conversation.ConversationManager.JoinResult)
- org.teleight.teleightbots.conversation.ConversationManager.JoinResult.ConversationNotFound (implements org.teleight.teleightbots.conversation.ConversationManager.JoinResult)
- org.teleight.teleightbots.conversation.ConversationManager.JoinResult.InstanceConstraintReached (implements org.teleight.teleightbots.conversation.ConversationManager.JoinResult)
- org.teleight.teleightbots.conversation.ConversationManager.JoinResult.Success (implements org.teleight.teleightbots.conversation.ConversationManager.JoinResult)
- org.teleight.teleightbots.api.methods.ConvertGiftToStars (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.CopyMessage (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.CopyTextButton (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.CreateChatInviteLink (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.CreateChatSubscriptionInviteLink (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.CreateForumTopic (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.CreateInvoiceLink (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.CreateNewStickerSet (implements org.teleight.teleightbots.api.MultiPartApiMethodBoolean)
- org.teleight.teleightbots.api.methods.DeclineChatJoinRequest (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.DeclineSuggestedPost (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.DeleteBusinessMessages (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.DeleteChatPhoto (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.DeleteChatStickerSet (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.DeleteForumTopic (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.DeleteMessage (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.DeleteMyCommands (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.DeleteStickerFromSet (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.DeleteStickerSet (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.DeleteStory (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.DeleteWebhook (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.objects.Dice (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.DirectMessagePriceChanged (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.DirectMessagesTopic (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.Document (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.EditChatInviteLink (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.EditChatSubscriptionInviteLink (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.EditForumTopic (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.EditGeneralForumTopic (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.EditMessageCaption (implements org.teleight.teleightbots.api.ApiMethodMultiResponse)
- org.teleight.teleightbots.api.methods.EditMessageChecklist (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.EditMessageLiveLocation (implements org.teleight.teleightbots.api.ApiMethodMultiResponse)
- org.teleight.teleightbots.api.methods.EditMessageMedia (implements org.teleight.teleightbots.api.MultiPartApiMethodMessage)
- org.teleight.teleightbots.api.methods.EditMessageReplyMarkup (implements org.teleight.teleightbots.api.ApiMethodMultiResponse)
- org.teleight.teleightbots.api.methods.EditMessageText (implements org.teleight.teleightbots.api.ApiMethodMultiResponse)
- org.teleight.teleightbots.api.methods.EditStory (implements org.teleight.teleightbots.api.MultiPartApiMethod<R>)
- org.teleight.teleightbots.api.methods.EditUserStarSubscription (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.objects.EncryptedCredentials (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.EncryptedPassportElement (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.ExportChatInviteLink (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.extensions.annotation.ExtensionInfoFile
- org.teleight.teleightbots.api.objects.ExternalReplyInfo (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.File (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ForceReplyKeyboard (implements org.teleight.teleightbots.api.objects.ReplyKeyboard)
- org.teleight.teleightbots.api.objects.ForumTopic (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ForumTopicClosed (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ForumTopicCreated (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ForumTopicEdited (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ForumTopicReopened (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.ForwardMessage (implements org.teleight.teleightbots.api.ApiMethodMessage)
- org.teleight.teleightbots.api.objects.Game (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.GameHighScore (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.GeneralForumTopicHidden (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.GeneralForumTopicUnhidden (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.GetAvailableGifts (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetBusinessAccountGifts (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetBusinessAccountStarBalance (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetBusinessConnection (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetChat (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetChatAdministrators (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetChatGifts (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetChatMember (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetChatMemberCount (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetChatMenuButton (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetCustomEmojiStickers (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetFile (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetForumTopicIconStickers (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetGameHighScores (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetMe (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetMyCommands (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetMyDefaultAdministratorRights (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetMyDescription (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetMyName (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetMyShortDescription (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetMyStarBalance (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetStarTransactions (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetStickerSet (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetUpdates (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetUserChatBoosts (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetUserGifts (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetUserProfileAudios (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetUserProfilePhotos (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.GetWebhookInfo (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.objects.Gift (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.GiftBackground (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.GiftInfo (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.GiftPremiumSubscription (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.objects.Gifts (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.Giveaway (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.GiveawayCompleted (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.GiveawayCreated (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.GiveawayWinners (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.HideGeneralForumTopic (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.webhook.HttpResponse
- org.teleight.teleightbots.api.objects.InaccessibleMessage (implements org.teleight.teleightbots.api.objects.MaybeInaccessibleMessage)
- org.teleight.teleightbots.api.objects.InlineKeyboardButton (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.InlineKeyboardMarkup (implements org.teleight.teleightbots.api.objects.ReplyKeyboard)
- org.teleight.teleightbots.api.objects.InlineQuery (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultArticle (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultAudio (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultCachedAudio (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultCachedDocument (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultCachedGif (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultCachedMpeg4Gif (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultCachedPhoto (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultCachedSticker (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultCachedVideo (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultCachedVoice (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultContact (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultDocument (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultGame (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultGif (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultLocation (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultMpeg4Gif (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultPhoto (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultVenue (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultVideo (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InlineQueryResultVoice (implements org.teleight.teleightbots.api.objects.InlineQueryResult)
- org.teleight.teleightbots.api.objects.InputChecklist (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.InputChecklistTask (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.InputContactMessageContent (implements org.teleight.teleightbots.api.objects.InputMessageContent)
- org.teleight.teleightbots.api.objects.InputFile (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.InputInvoiceMessageContent (implements org.teleight.teleightbots.api.objects.InputMessageContent)
- org.teleight.teleightbots.api.objects.InputLocationMessageContent (implements org.teleight.teleightbots.api.objects.InputMessageContent)
- org.teleight.teleightbots.api.objects.InputMediaAnimation (implements org.teleight.teleightbots.api.objects.InputMedia)
- org.teleight.teleightbots.api.objects.InputMediaAudio (implements org.teleight.teleightbots.api.objects.InputMedia)
- org.teleight.teleightbots.api.objects.InputMediaDocument (implements org.teleight.teleightbots.api.objects.InputMedia)
- org.teleight.teleightbots.api.objects.InputMediaPhoto (implements org.teleight.teleightbots.api.objects.InputMedia)
- org.teleight.teleightbots.api.objects.InputMediaVideo (implements org.teleight.teleightbots.api.objects.InputMedia)
- org.teleight.teleightbots.api.objects.InputPaidMediaPhoto (implements org.teleight.teleightbots.api.objects.InputPaidMedia)
- org.teleight.teleightbots.api.objects.InputPaidMediaVideo (implements org.teleight.teleightbots.api.objects.InputPaidMedia)
- org.teleight.teleightbots.api.objects.InputPollOption (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.InputProfilePhotoAnimated (implements org.teleight.teleightbots.api.objects.InputProfilePhoto)
- org.teleight.teleightbots.api.objects.InputProfilePhotoStatic (implements org.teleight.teleightbots.api.objects.InputProfilePhoto)
- org.teleight.teleightbots.api.objects.InputSticker (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.InputStoryContentPhoto (implements org.teleight.teleightbots.api.objects.InputStoryContent)
- org.teleight.teleightbots.api.objects.InputStoryContentVideo (implements org.teleight.teleightbots.api.objects.InputStoryContent)
- org.teleight.teleightbots.api.objects.InputTextMessageContent (implements org.teleight.teleightbots.api.objects.InputMessageContent)
- org.teleight.teleightbots.api.objects.InputVenueMessageContent (implements org.teleight.teleightbots.api.objects.InputMessageContent)
- org.teleight.teleightbots.api.objects.Invoice (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.KeyboardButton (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.KeyboardButtonPollType (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.KeyboardButtonRequestChat (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.KeyboardButtonRequestUsers (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.LabeledPrice
- org.teleight.teleightbots.api.methods.LeaveChat (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.objects.LinkPreviewOptions (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.Location (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.LocationAddress (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.LoginUrl (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.bot.settings.LongPollingBotSettings (implements org.teleight.teleightbots.bot.settings.BotSettings)
- org.teleight.teleightbots.api.objects.MaskPosition (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.MenuButtonCommands (implements org.teleight.teleightbots.api.objects.MenuButton)
- org.teleight.teleightbots.api.objects.MenuButtonDefault (implements org.teleight.teleightbots.api.objects.MenuButton)
- org.teleight.teleightbots.api.objects.MenuButtonWebApp (implements org.teleight.teleightbots.api.objects.MenuButton)
- org.teleight.teleightbots.api.objects.Message (implements org.teleight.teleightbots.api.objects.MaybeInaccessibleMessage)
- org.teleight.teleightbots.api.objects.MessageAutoDeleteTimerChanged (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.MessageEntity (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.MessageId (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.MessageOriginChannel (implements org.teleight.teleightbots.api.objects.MessageOrigin)
- org.teleight.teleightbots.api.objects.MessageOriginChat (implements org.teleight.teleightbots.api.objects.MessageOrigin)
- org.teleight.teleightbots.api.objects.MessageOriginHiddenUser (implements org.teleight.teleightbots.api.objects.MessageOrigin)
- org.teleight.teleightbots.api.objects.MessageOriginUser (implements org.teleight.teleightbots.api.objects.MessageOrigin)
- org.teleight.teleightbots.api.objects.MessageReactionCountUpdated (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.MessageReactionUpdated (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.event.bot.MethodSendEvent<R> (implements org.teleight.teleightbots.event.trait.Event)
- org.teleight.teleightbots.api.objects.OrderInfo (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.OwnedGiftRegular (implements org.teleight.teleightbots.api.objects.OwnedGift)
- org.teleight.teleightbots.api.objects.OwnedGifts (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.OwnedGiftUnique (implements org.teleight.teleightbots.api.objects.OwnedGift)
- org.teleight.teleightbots.api.objects.PaidMediaInfo (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.PaidMediaPhoto (implements org.teleight.teleightbots.api.objects.PaidMedia)
- org.teleight.teleightbots.api.objects.PaidMediaPreview (implements org.teleight.teleightbots.api.objects.PaidMedia)
- org.teleight.teleightbots.api.objects.PaidMediaPurchased
- org.teleight.teleightbots.api.objects.PaidMediaVideo (implements org.teleight.teleightbots.api.objects.PaidMedia)
- org.teleight.teleightbots.api.objects.PaidMessagePriceChanged (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.PassportData (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.PassportElementErrorDataField (implements org.teleight.teleightbots.api.objects.PassportElementError)
- org.teleight.teleightbots.api.objects.PassportElementErrorFile (implements org.teleight.teleightbots.api.objects.PassportElementError)
- org.teleight.teleightbots.api.objects.PassportElementErrorFiles (implements org.teleight.teleightbots.api.objects.PassportElementError)
- org.teleight.teleightbots.api.objects.PassportElementErrorFrontSide (implements org.teleight.teleightbots.api.objects.PassportElementError)
- org.teleight.teleightbots.api.objects.PassportElementErrorReverseSide (implements org.teleight.teleightbots.api.objects.PassportElementError)
- org.teleight.teleightbots.api.objects.PassportElementErrorSelfie (implements org.teleight.teleightbots.api.objects.PassportElementError)
- org.teleight.teleightbots.api.objects.PassportElementErrorTranslationFile (implements org.teleight.teleightbots.api.objects.PassportElementError)
- org.teleight.teleightbots.api.objects.PassportElementErrorTranslationFiles (implements org.teleight.teleightbots.api.objects.PassportElementError)
- org.teleight.teleightbots.api.objects.PassportElementErrorUnspecified (implements org.teleight.teleightbots.api.objects.PassportElementError)
- org.teleight.teleightbots.api.objects.PassportFile (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.PhotoSize (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.PinChatMessage (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.objects.Poll (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.PollAnswer (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.PollOption (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.PostStory (implements org.teleight.teleightbots.api.MultiPartApiMethod<R>)
- org.teleight.teleightbots.api.objects.PreCheckoutQuery (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.PreparedInlineMessage (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.PromoteChatMember (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.conversation.Property<T>
- org.teleight.teleightbots.api.objects.ProximityAlertTriggered (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ReactionCount (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ReactionTypeCustomEmoji (implements org.teleight.teleightbots.api.objects.ReactionType)
- org.teleight.teleightbots.api.objects.ReactionTypeEmoji (implements org.teleight.teleightbots.api.objects.ReactionType)
- org.teleight.teleightbots.api.objects.ReactionTypePaid (implements org.teleight.teleightbots.api.objects.ReactionType)
- org.teleight.teleightbots.api.methods.ReadBusinessMessage (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.objects.RefundedPayment (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.RefundStarPayment (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.RemoveBusinessAccountProfilePhoto (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.RemoveChatVerification (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.RemoveMyProfilePhoto (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.RemoveUserVerification (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.ReopenForumTopic (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.ReopenGeneralForumTopic (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.ReplaceStickerInSet (implements org.teleight.teleightbots.api.MultiPartApiMethodBoolean)
- org.teleight.teleightbots.api.objects.ReplyKeyboardMarkup (implements org.teleight.teleightbots.api.objects.ReplyKeyboard)
- org.teleight.teleightbots.api.objects.ReplyKeyboardRemove (implements org.teleight.teleightbots.api.objects.ReplyKeyboard)
- org.teleight.teleightbots.api.objects.ReplyParameters (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.RepostStory (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.objects.ResponseParameters (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.RestrictChatMember (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.objects.RevenueWithdrawalStateFailed (implements org.teleight.teleightbots.api.objects.RevenueWithdrawalState)
- org.teleight.teleightbots.api.objects.RevenueWithdrawalStatePending (implements org.teleight.teleightbots.api.objects.RevenueWithdrawalState)
- org.teleight.teleightbots.api.objects.RevenueWithdrawalStateSucceeded (implements org.teleight.teleightbots.api.objects.RevenueWithdrawalState)
- org.teleight.teleightbots.api.methods.RevokeChatInviteLink (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SavePreparedInlineMessage (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.event.bot.group.SelfJoinGroupEvent (implements org.teleight.teleightbots.event.trait.GroupBotEvent)
- org.teleight.teleightbots.event.bot.group.SelfQuitGroupEvent (implements org.teleight.teleightbots.event.trait.GroupBotEvent)
- org.teleight.teleightbots.api.methods.SendAnimation (implements org.teleight.teleightbots.api.MultiPartApiMethodMessage)
- org.teleight.teleightbots.api.methods.SendAudio (implements org.teleight.teleightbots.api.MultiPartApiMethodMessage)
- org.teleight.teleightbots.api.methods.SendChatAction (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SendChecklist (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.SendContact (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.SendDice (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.SendDocument (implements org.teleight.teleightbots.api.MultiPartApiMethodMessage)
- org.teleight.teleightbots.api.methods.SendGame (implements org.teleight.teleightbots.api.ApiMethodMessage)
- org.teleight.teleightbots.api.methods.SendGift (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SendInvoice (implements org.teleight.teleightbots.api.ApiMethodMessage)
- org.teleight.teleightbots.api.methods.SendLocation (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.SendMediaGroup (implements org.teleight.teleightbots.api.MultiPartApiMethodMessage)
- org.teleight.teleightbots.api.methods.SendMessage (implements org.teleight.teleightbots.api.ApiMethodMessage)
- org.teleight.teleightbots.api.methods.SendMessageDraft (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SendPaidMedia (implements org.teleight.teleightbots.api.MultiPartApiMethodMessage)
- org.teleight.teleightbots.api.methods.SendPhoto (implements org.teleight.teleightbots.api.MultiPartApiMethodMessage)
- org.teleight.teleightbots.api.methods.SendPoll (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.SendSticker (implements org.teleight.teleightbots.api.MultiPartApiMethodMessage)
- org.teleight.teleightbots.api.methods.SendVenue (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.methods.SendVideo (implements org.teleight.teleightbots.api.MultiPartApiMethodMessage)
- org.teleight.teleightbots.api.methods.SendVideoNote (implements org.teleight.teleightbots.api.MultiPartApiMethodMessage)
- org.teleight.teleightbots.api.methods.SendVoice (implements org.teleight.teleightbots.api.MultiPartApiMethodMessage)
- org.teleight.teleightbots.api.objects.SentWebAppMessage (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.SetBusinessAccountBio (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetBusinessAccountGiftSettings (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetBusinessAccountName (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetBusinessAccountProfilePhoto (implements org.teleight.teleightbots.api.MultiPartApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetBusinessAccountUsername (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetChatAdministratorCustomTitle (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetChatDescription (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetChatMenuButton (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetChatPermissions (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetChatPhoto (implements org.teleight.teleightbots.api.MultiPartApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetChatStickerSet (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetChatTitle (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetCustomEmojiStickerSetThumbnail (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetGameScore (implements org.teleight.teleightbots.api.ApiMethodMultiResponse)
- org.teleight.teleightbots.api.methods.SetMessageReaction (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetMyCommands (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetMyDefaultAdministratorRights (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetMyDescription (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetMyName (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetMyProfilePhoto (implements org.teleight.teleightbots.api.MultiPartApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetMyShortDescription (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetPassportDataErrors (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetStickerEmojiList (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetStickerKeywords (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetStickerMaskPosition (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetStickerPositionInSet (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetStickerSetThumbnail (implements org.teleight.teleightbots.api.MultiPartApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetStickerSetTitle (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetUserEmojiStatus (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.SetWebhook (implements org.teleight.teleightbots.api.MultiPartApiMethodBoolean)
- org.teleight.teleightbots.api.objects.SharedUser (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ShippingAddress (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ShippingOption (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.ShippingQuery (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.StarAmount (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.StarTransaction (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.StarTransactions (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.Sticker (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.StickerSet (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.StopMessageLiveLocation (implements org.teleight.teleightbots.api.ApiMethodMultiResponse)
- org.teleight.teleightbots.api.methods.StopPoll (implements org.teleight.teleightbots.api.ApiMethod<R>)
- org.teleight.teleightbots.api.objects.Story (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.StoryArea (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.StoryAreaPosition (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.StoryAreaTypeLink (implements org.teleight.teleightbots.api.objects.StoryAreaType)
- org.teleight.teleightbots.api.objects.StoryAreaTypeLocation (implements org.teleight.teleightbots.api.objects.StoryAreaType)
- org.teleight.teleightbots.api.objects.StoryAreaTypeSuggestedReaction (implements org.teleight.teleightbots.api.objects.StoryAreaType)
- org.teleight.teleightbots.api.objects.StoryAreaTypeUniqueGift (implements org.teleight.teleightbots.api.objects.StoryAreaType)
- org.teleight.teleightbots.api.objects.StoryAreaTypeWeather (implements org.teleight.teleightbots.api.objects.StoryAreaType)
- org.teleight.teleightbots.api.objects.SuccessfulPayment (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.SuggestedPostApprovalFailed (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.SuggestedPostApproved (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.SuggestedPostDeclined (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.SuggestedPostInfo (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.SuggestedPostPaid (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.SuggestedPostParameters (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.SuggestedPostPrice (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.SuggestedPostRefunded (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.SwitchInlineQueryChosenChat (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.TextQuote (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.TransactionPartnerAffiliateProgram (implements org.teleight.teleightbots.api.objects.TransactionPartner)
- org.teleight.teleightbots.api.objects.TransactionPartnerChat (implements org.teleight.teleightbots.api.objects.TransactionPartner)
- org.teleight.teleightbots.api.objects.TransactionPartnerFragment (implements org.teleight.teleightbots.api.objects.TransactionPartner)
- org.teleight.teleightbots.api.objects.TransactionPartnerOther (implements org.teleight.teleightbots.api.objects.TransactionPartner)
- org.teleight.teleightbots.api.objects.TransactionPartnerTelegramAds (implements org.teleight.teleightbots.api.objects.TransactionPartner)
- org.teleight.teleightbots.api.objects.TransactionPartnerTelegramApi (implements org.teleight.teleightbots.api.objects.TransactionPartner)
- org.teleight.teleightbots.api.objects.TransactionPartnerUser (implements org.teleight.teleightbots.api.objects.TransactionPartner)
- org.teleight.teleightbots.api.methods.TransferBusinessAccountStars (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.TransferGift (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.UnbanChatMember (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.UnbanChatSenderChat (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.UnhideGeneralForumTopic (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.objects.UniqueGift (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.UniqueGiftBackdrop (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.UniqueGiftBackdropColors (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.UniqueGiftColors (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.UniqueGiftInfo (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.UniqueGiftModel (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.UniqueGiftSymbol (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.UnpinAllChatMessages (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.UnpinAllForumTopicMessages (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.UnpinAllGeneralForumTopicMessages (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.UnpinChatMessage (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.objects.Update (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.event.bot.UpdateReceivedEvent (implements org.teleight.teleightbots.event.trait.Event)
- org.teleight.teleightbots.api.methods.UpgradeGift (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.UploadStickerFile (implements org.teleight.teleightbots.api.MultiPartApiMethod<R>)
- org.teleight.teleightbots.api.objects.User (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.UserChatBoosts (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.event.user.UserInlineQueryReceivedEvent (implements org.teleight.teleightbots.event.trait.Event)
- org.teleight.teleightbots.event.user.group.UserJoinGroupEvent (implements org.teleight.teleightbots.event.trait.Event)
- org.teleight.teleightbots.event.user.UserMessageReceivedEvent (implements org.teleight.teleightbots.event.trait.MessageEvent)
- org.teleight.teleightbots.api.objects.UserProfileAudios (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.UserProfilePhotos (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.event.user.group.UserQuitGroupEvent (implements org.teleight.teleightbots.event.trait.Event)
- org.teleight.teleightbots.api.objects.UserRating (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.UsersShared (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.Venue (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.methods.VerifyChat (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.methods.VerifyUser (implements org.teleight.teleightbots.api.ApiMethodBoolean)
- org.teleight.teleightbots.api.objects.Video (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.VideoChatEnded (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.VideoChatParticipantsInvited (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.VideoChatScheduled (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.VideoChatStarted (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.VideoNote (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.VideoQuality (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.Voice (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.WebAppData (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.api.objects.WebAppInfo (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.bot.settings.WebhookBotSettings (implements org.teleight.teleightbots.bot.settings.BotSettings)
- org.teleight.teleightbots.api.objects.WebhookInfo (implements org.teleight.teleightbots.api.ApiResult)
- org.teleight.teleightbots.webhook.WebhookServerConfig
- org.teleight.teleightbots.api.objects.WriteAccessAllowed (implements org.teleight.teleightbots.api.ApiResult)
- java.lang.Record