View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dataclass-jvm-6.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.omarmiatello.telegram
├─ com.github.omarmiatello.telegram.Animation.class - [JAR]
├─ com.github.omarmiatello.telegram.Audio.class - [JAR]
├─ com.github.omarmiatello.telegram.BotCommand.class - [JAR]
├─ com.github.omarmiatello.telegram.BotCommandScope.class - [JAR]
├─ com.github.omarmiatello.telegram.BotCommandScopeAllChatAdministrators.class - [JAR]
├─ com.github.omarmiatello.telegram.BotCommandScopeAllGroupChats.class - [JAR]
├─ com.github.omarmiatello.telegram.BotCommandScopeAllPrivateChats.class - [JAR]
├─ com.github.omarmiatello.telegram.BotCommandScopeChat.class - [JAR]
├─ com.github.omarmiatello.telegram.BotCommandScopeChatAdministrators.class - [JAR]
├─ com.github.omarmiatello.telegram.BotCommandScopeChatMember.class - [JAR]
├─ com.github.omarmiatello.telegram.BotCommandScopeDefault.class - [JAR]
├─ com.github.omarmiatello.telegram.BotCommandScopeSerializer.class - [JAR]
├─ com.github.omarmiatello.telegram.CallbackQuery.class - [JAR]
├─ com.github.omarmiatello.telegram.Chat.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatAdministratorRights.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatInviteLink.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatJoinRequest.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatLocation.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatMember.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatMemberAdministrator.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatMemberBanned.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatMemberLeft.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatMemberMember.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatMemberOwner.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatMemberRestricted.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatMemberSerializer.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatMemberUpdated.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatPermissions.class - [JAR]
├─ com.github.omarmiatello.telegram.ChatPhoto.class - [JAR]
├─ com.github.omarmiatello.telegram.ChosenInlineResult.class - [JAR]
├─ com.github.omarmiatello.telegram.Contact.class - [JAR]
├─ com.github.omarmiatello.telegram.Dice.class - [JAR]
├─ com.github.omarmiatello.telegram.Document.class - [JAR]
├─ com.github.omarmiatello.telegram.EncryptedCredentials.class - [JAR]
├─ com.github.omarmiatello.telegram.EncryptedPassportElement.class - [JAR]
├─ com.github.omarmiatello.telegram.File.class - [JAR]
├─ com.github.omarmiatello.telegram.ForceReply.class - [JAR]
├─ com.github.omarmiatello.telegram.Game.class - [JAR]
├─ com.github.omarmiatello.telegram.GameHighScore.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineKeyboardButton.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineKeyboardMarkup.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQuery.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResult.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultArticle.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultAudio.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultCachedAudio.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultCachedDocument.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultCachedGif.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultCachedMpeg4Gif.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultCachedPhoto.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultCachedSticker.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultCachedVideo.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultCachedVoice.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultContact.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultDocument.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultGame.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultGif.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultLocation.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultMpeg4Gif.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultPhoto.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultSerializer.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultVenue.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultVideo.class - [JAR]
├─ com.github.omarmiatello.telegram.InlineQueryResultVoice.class - [JAR]
├─ com.github.omarmiatello.telegram.InputContactMessageContent.class - [JAR]
├─ com.github.omarmiatello.telegram.InputInvoiceMessageContent.class - [JAR]
├─ com.github.omarmiatello.telegram.InputLocationMessageContent.class - [JAR]
├─ com.github.omarmiatello.telegram.InputMedia.class - [JAR]
├─ com.github.omarmiatello.telegram.InputMediaAnimation.class - [JAR]
├─ com.github.omarmiatello.telegram.InputMediaAudio.class - [JAR]
├─ com.github.omarmiatello.telegram.InputMediaDocument.class - [JAR]
├─ com.github.omarmiatello.telegram.InputMediaPhoto.class - [JAR]
├─ com.github.omarmiatello.telegram.InputMediaSerializer.class - [JAR]
├─ com.github.omarmiatello.telegram.InputMediaVideo.class - [JAR]
├─ com.github.omarmiatello.telegram.InputMessageContent.class - [JAR]
├─ com.github.omarmiatello.telegram.InputMessageContentSerializer.class - [JAR]
├─ com.github.omarmiatello.telegram.InputTextMessageContent.class - [JAR]
├─ com.github.omarmiatello.telegram.InputVenueMessageContent.class - [JAR]
├─ com.github.omarmiatello.telegram.Invoice.class - [JAR]
├─ com.github.omarmiatello.telegram.KeyboardButton.class - [JAR]
├─ com.github.omarmiatello.telegram.KeyboardButtonPollType.class - [JAR]
├─ com.github.omarmiatello.telegram.KeyboardOption.class - [JAR]
├─ com.github.omarmiatello.telegram.KeyboardOptionSerializer.class - [JAR]
├─ com.github.omarmiatello.telegram.LabeledPrice.class - [JAR]
├─ com.github.omarmiatello.telegram.Location.class - [JAR]
├─ com.github.omarmiatello.telegram.LoginUrl.class - [JAR]
├─ com.github.omarmiatello.telegram.MaskPosition.class - [JAR]
├─ com.github.omarmiatello.telegram.MenuButton.class - [JAR]
├─ com.github.omarmiatello.telegram.MenuButtonCommands.class - [JAR]
├─ com.github.omarmiatello.telegram.MenuButtonDefault.class - [JAR]
├─ com.github.omarmiatello.telegram.MenuButtonSerializer.class - [JAR]
├─ com.github.omarmiatello.telegram.MenuButtonWebApp.class - [JAR]
├─ com.github.omarmiatello.telegram.Message.class - [JAR]
├─ com.github.omarmiatello.telegram.MessageAutoDeleteTimerChanged.class - [JAR]
├─ com.github.omarmiatello.telegram.MessageEntity.class - [JAR]
├─ com.github.omarmiatello.telegram.MessageId.class - [JAR]
├─ com.github.omarmiatello.telegram.OrderInfo.class - [JAR]
├─ com.github.omarmiatello.telegram.ParseMode.class - [JAR]
├─ com.github.omarmiatello.telegram.PassportData.class - [JAR]
├─ com.github.omarmiatello.telegram.PassportElementError.class - [JAR]
├─ com.github.omarmiatello.telegram.PassportElementErrorDataField.class - [JAR]
├─ com.github.omarmiatello.telegram.PassportElementErrorFile.class - [JAR]
├─ com.github.omarmiatello.telegram.PassportElementErrorFiles.class - [JAR]
├─ com.github.omarmiatello.telegram.PassportElementErrorFrontSide.class - [JAR]
├─ com.github.omarmiatello.telegram.PassportElementErrorReverseSide.class - [JAR]
├─ com.github.omarmiatello.telegram.PassportElementErrorSelfie.class - [JAR]
├─ com.github.omarmiatello.telegram.PassportElementErrorSerializer.class - [JAR]
├─ com.github.omarmiatello.telegram.PassportElementErrorTranslationFile.class - [JAR]
├─ com.github.omarmiatello.telegram.PassportElementErrorTranslationFiles.class - [JAR]
├─ com.github.omarmiatello.telegram.PassportElementErrorUnspecified.class - [JAR]
├─ com.github.omarmiatello.telegram.PassportFile.class - [JAR]
├─ com.github.omarmiatello.telegram.PhotoSize.class - [JAR]
├─ com.github.omarmiatello.telegram.Poll.class - [JAR]
├─ com.github.omarmiatello.telegram.PollAnswer.class - [JAR]
├─ com.github.omarmiatello.telegram.PollOption.class - [JAR]
├─ com.github.omarmiatello.telegram.PreCheckoutQuery.class - [JAR]
├─ com.github.omarmiatello.telegram.ProximityAlertTriggered.class - [JAR]
├─ com.github.omarmiatello.telegram.ReplyKeyboardMarkup.class - [JAR]
├─ com.github.omarmiatello.telegram.ReplyKeyboardRemove.class - [JAR]
├─ com.github.omarmiatello.telegram.ResponseParameters.class - [JAR]
├─ com.github.omarmiatello.telegram.SentWebAppMessage.class - [JAR]
├─ com.github.omarmiatello.telegram.ShippingAddress.class - [JAR]
├─ com.github.omarmiatello.telegram.ShippingOption.class - [JAR]
├─ com.github.omarmiatello.telegram.ShippingQuery.class - [JAR]
├─ com.github.omarmiatello.telegram.Sticker.class - [JAR]
├─ com.github.omarmiatello.telegram.StickerSet.class - [JAR]
├─ com.github.omarmiatello.telegram.SuccessfulPayment.class - [JAR]
├─ com.github.omarmiatello.telegram.TelegramModel.class - [JAR]
├─ com.github.omarmiatello.telegram.TelegramModelsKt.class - [JAR]
├─ com.github.omarmiatello.telegram.TelegramRequest.class - [JAR]
├─ com.github.omarmiatello.telegram.TelegramResponse.class - [JAR]
├─ com.github.omarmiatello.telegram.Update.class - [JAR]
├─ com.github.omarmiatello.telegram.User.class - [JAR]
├─ com.github.omarmiatello.telegram.UserProfilePhotos.class - [JAR]
├─ com.github.omarmiatello.telegram.Venue.class - [JAR]
├─ com.github.omarmiatello.telegram.Video.class - [JAR]
├─ com.github.omarmiatello.telegram.VideoChatEnded.class - [JAR]
├─ com.github.omarmiatello.telegram.VideoChatParticipantsInvited.class - [JAR]
├─ com.github.omarmiatello.telegram.VideoChatScheduled.class - [JAR]
├─ com.github.omarmiatello.telegram.VideoChatStarted.class - [JAR]
├─ com.github.omarmiatello.telegram.VideoChatStartedSerializer.class - [JAR]
├─ com.github.omarmiatello.telegram.VideoNote.class - [JAR]
├─ com.github.omarmiatello.telegram.Voice.class - [JAR]
├─ com.github.omarmiatello.telegram.VoiceChatStarted.class - [JAR]
├─ com.github.omarmiatello.telegram.VoiceChatStartedSerializer.class - [JAR]
├─ com.github.omarmiatello.telegram.WebAppData.class - [JAR]
├─ com.github.omarmiatello.telegram.WebAppInfo.class - [JAR]
├─ com.github.omarmiatello.telegram.WebhookInfo.class - [JAR]