jar

ru.send-to.telegram : TelegramApi

Maven & Gradle

Nov 24, 2016
2 usages
0 stars

TelegramApi

Table Of Contents

Latest Version

Download ru.send-to.telegram : TelegramApi JAR file - Latest Versions:

All Versions

Download ru.send-to.telegram : TelegramApi JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window TelegramApi-0.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.telegram.telegrambots.api.objects

├─ org.telegram.telegrambots.api.objects.ApiObject.class - [JAR]

├─ org.telegram.telegrambots.api.objects.Audio.class - [JAR]

├─ org.telegram.telegrambots.api.objects.CallbackQuery.class - [JAR]

├─ org.telegram.telegrambots.api.objects.Chat.class - [JAR]

├─ org.telegram.telegrambots.api.objects.ChatMember.class - [JAR]

├─ org.telegram.telegrambots.api.objects.Contact.class - [JAR]

├─ org.telegram.telegrambots.api.objects.Document.class - [JAR]

├─ org.telegram.telegrambots.api.objects.EntityType.class - [JAR]

├─ org.telegram.telegrambots.api.objects.File.class - [JAR]

├─ org.telegram.telegrambots.api.objects.Location.class - [JAR]

├─ org.telegram.telegrambots.api.objects.MemberStatus.class - [JAR]

├─ org.telegram.telegrambots.api.objects.Message.class - [JAR]

├─ org.telegram.telegrambots.api.objects.MessageEntity.class - [JAR]

├─ org.telegram.telegrambots.api.objects.PhotoSize.class - [JAR]

├─ org.telegram.telegrambots.api.objects.Sticker.class - [JAR]

├─ org.telegram.telegrambots.api.objects.Update.class - [JAR]

├─ org.telegram.telegrambots.api.objects.User.class - [JAR]

├─ org.telegram.telegrambots.api.objects.UserProfilePhotos.class - [JAR]

├─ org.telegram.telegrambots.api.objects.Venue.class - [JAR]

├─ org.telegram.telegrambots.api.objects.Video.class - [JAR]

├─ org.telegram.telegrambots.api.objects.Voice.class - [JAR]

org.telegram.telegrambots.api.methods.updatingmessages

├─ org.telegram.telegrambots.api.methods.updatingmessages.EditMessageCaption.class - [JAR]

├─ org.telegram.telegrambots.api.methods.updatingmessages.EditMessageReplyMarkup.class - [JAR]

├─ org.telegram.telegrambots.api.methods.updatingmessages.EditMessageText.class - [JAR]

org.telegram.telegrambots.api.methods

├─ org.telegram.telegrambots.api.methods.ActionType.class - [JAR]

├─ org.telegram.telegrambots.api.methods.AnswerCallbackQuery.class - [JAR]

├─ org.telegram.telegrambots.api.methods.AnswerInlineQuery.class - [JAR]

├─ org.telegram.telegrambots.api.methods.ForwardMessage.class - [JAR]

├─ org.telegram.telegrambots.api.methods.GetFile.class - [JAR]

├─ org.telegram.telegrambots.api.methods.GetMe.class - [JAR]

├─ org.telegram.telegrambots.api.methods.GetUserProfilePhotos.class - [JAR]

├─ org.telegram.telegrambots.api.methods.ParseMode.class - [JAR]

org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent

├─ org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputContactMessageContent.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputLocationMessageContent.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputMessageContent.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputTextMessageContent.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.inputmessagecontent.InputVenueMessageContent.class - [JAR]

org.telegram.telegrambots.api.methods.updates

├─ org.telegram.telegrambots.api.methods.updates.GetUpdates.class - [JAR]

├─ org.telegram.telegrambots.api.methods.updates.SetWebhook.class - [JAR]

org.telegram.telegrambots.api.methods.groupadministration

├─ org.telegram.telegrambots.api.methods.groupadministration.GetChat.class - [JAR]

├─ org.telegram.telegrambots.api.methods.groupadministration.GetChatAdministrators.class - [JAR]

├─ org.telegram.telegrambots.api.methods.groupadministration.GetChatMember.class - [JAR]

├─ org.telegram.telegrambots.api.methods.groupadministration.GetChatMemberCount.class - [JAR]

├─ org.telegram.telegrambots.api.methods.groupadministration.KickChatMember.class - [JAR]

├─ org.telegram.telegrambots.api.methods.groupadministration.LeaveChat.class - [JAR]

├─ org.telegram.telegrambots.api.methods.groupadministration.UnbanChatMember.class - [JAR]

org.telegram.telegrambots.api.objects.replykeyboard

├─ org.telegram.telegrambots.api.objects.replykeyboard.ForceReplyKeyboard.class - [JAR]

├─ org.telegram.telegrambots.api.objects.replykeyboard.InlineKeyboardMarkup.class - [JAR]

├─ org.telegram.telegrambots.api.objects.replykeyboard.ReplyKeyboard.class - [JAR]

├─ org.telegram.telegrambots.api.objects.replykeyboard.ReplyKeyboardHide.class - [JAR]

├─ org.telegram.telegrambots.api.objects.replykeyboard.ReplyKeyboardMarkup.class - [JAR]

org.telegram.telegrambots.api.objects.inlinequery.result.chached

├─ org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedAudio.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedDocument.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedGif.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedMpeg4Gif.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedPhoto.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedSticker.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVideo.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.chached.InlineQueryResultCachedVoice.class - [JAR]

org.telegram.telegrambots.api.objects.replykeyboard.buttons

├─ org.telegram.telegrambots.api.objects.replykeyboard.buttons.InlineKeyboardButton.class - [JAR]

├─ org.telegram.telegrambots.api.objects.replykeyboard.buttons.KeyboardButton.class - [JAR]

├─ org.telegram.telegrambots.api.objects.replykeyboard.buttons.KeyboardRow.class - [JAR]

org.telegram.telegrambots.api.methods.send

├─ org.telegram.telegrambots.api.methods.send.Api.class - [JAR]

├─ org.telegram.telegrambots.api.methods.send.ApiMethod.class - [JAR]

├─ org.telegram.telegrambots.api.methods.send.SendAudio.class - [JAR]

├─ org.telegram.telegrambots.api.methods.send.SendChatAction.class - [JAR]

├─ org.telegram.telegrambots.api.methods.send.SendContact.class - [JAR]

├─ org.telegram.telegrambots.api.methods.send.SendDocument.class - [JAR]

├─ org.telegram.telegrambots.api.methods.send.SendLocation.class - [JAR]

├─ org.telegram.telegrambots.api.methods.send.SendMessage.class - [JAR]

├─ org.telegram.telegrambots.api.methods.send.SendPhoto.class - [JAR]

├─ org.telegram.telegrambots.api.methods.send.SendSticker.class - [JAR]

├─ org.telegram.telegrambots.api.methods.send.SendVenue.class - [JAR]

├─ org.telegram.telegrambots.api.methods.send.SendVideo.class - [JAR]

├─ org.telegram.telegrambots.api.methods.send.SendVoice.class - [JAR]

org.telegram.telegrambots

├─ org.telegram.telegrambots.Constants.class - [JAR]

org.telegram.telegrambots.api.objects.inlinequery.result

├─ org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResult.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultArticle.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultAudio.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultContact.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultDocument.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultGif.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultLocation.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultMpeg4Gif.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultPhoto.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVenue.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVideo.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.result.InlineQueryResultVoice.class - [JAR]

org.telegram.telegrambots.api.objects.inlinequery

├─ org.telegram.telegrambots.api.objects.inlinequery.ChosenInlineQuery.class - [JAR]

├─ org.telegram.telegrambots.api.objects.inlinequery.InlineQuery.class - [JAR]

Advertisement