jar

chat.tamtam : tamtam-bot-sdk

Maven & Gradle

May 31, 2021
10 stars

TamTam Java Bot SDK · Java SDK to build bots for TamTam messenger

Table Of Contents

Latest Version

Download chat.tamtam : tamtam-bot-sdk JAR file - Latest Versions:

All Versions

Download chat.tamtam : tamtam-bot-sdk JAR file - All Versions:

Version Vulnerabilities Size Updated
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 tamtam-bot-sdk-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

chat.tamtam.bot.updates

├─ chat.tamtam.bot.updates.DefaultUpdateMapper.class - [JAR]

├─ chat.tamtam.bot.updates.DefaultUpdateVisitor.class - [JAR]

├─ chat.tamtam.bot.updates.NoopUpdateVisitor.class - [JAR]

chat.tamtam.bot.webhook

├─ chat.tamtam.bot.webhook.WebhookBot.class - [JAR]

├─ chat.tamtam.bot.webhook.WebhookBotContainer.class - [JAR]

├─ chat.tamtam.bot.webhook.WebhookBotContainerBase.class - [JAR]

├─ chat.tamtam.bot.webhook.WebhookBotOptions.class - [JAR]

chat.tamtam.bot.longpolling

├─ chat.tamtam.bot.longpolling.LongPollingBot.class - [JAR]

├─ chat.tamtam.bot.longpolling.LongPollingBotOptions.class - [JAR]

chat.tamtam.bot.webhook.jetty

├─ chat.tamtam.bot.webhook.jetty.JettyWebhookBotContainer.class - [JAR]

├─ chat.tamtam.bot.webhook.jetty.WebhookDispatcher.class - [JAR]

chat.tamtam.bot.builders.attachments

├─ chat.tamtam.bot.builders.attachments.AttachmentsBuilder.class - [JAR]

├─ chat.tamtam.bot.builders.attachments.AudiosBuilder.class - [JAR]

├─ chat.tamtam.bot.builders.attachments.CopyBuilder.class - [JAR]

├─ chat.tamtam.bot.builders.attachments.FilesBuilder.class - [JAR]

├─ chat.tamtam.bot.builders.attachments.InlineKeyboardBuilder.class - [JAR]

├─ chat.tamtam.bot.builders.attachments.MediaAttachmentBuilder.class - [JAR]

├─ chat.tamtam.bot.builders.attachments.PhotosBuilder.class - [JAR]

├─ chat.tamtam.bot.builders.attachments.StickerBuilder.class - [JAR]

├─ chat.tamtam.bot.builders.attachments.VideosBuilder.class - [JAR]

chat.tamtam.bot

├─ chat.tamtam.bot.TamTamBot.class - [JAR]

├─ chat.tamtam.bot.TamTamBotBase.class - [JAR]

├─ chat.tamtam.bot.TamTamBotOptions.class - [JAR]

chat.tamtam.bot.exceptions

├─ chat.tamtam.bot.exceptions.BotNotFoundException.class - [JAR]

├─ chat.tamtam.bot.exceptions.TamTamBotException.class - [JAR]

├─ chat.tamtam.bot.exceptions.WebhookException.class - [JAR]

chat.tamtam.bot.builders

├─ chat.tamtam.bot.builders.NewMessageBodyBuilder.class - [JAR]

chat.tamtam.bot.chat

├─ chat.tamtam.bot.chat.ChatBot.class - [JAR]

├─ chat.tamtam.bot.chat.ChatBotBuilder.class - [JAR]

chat.tamtam.bot.annotations

├─ chat.tamtam.bot.annotations.CommandHandler.class - [JAR]

├─ chat.tamtam.bot.annotations.UpdateHandler.class - [JAR]

chat.tamtam.bot.commands

├─ chat.tamtam.bot.commands.Command.class - [JAR]

├─ chat.tamtam.bot.commands.CommandHandler.class - [JAR]

├─ chat.tamtam.bot.commands.CommandLine.class - [JAR]

├─ chat.tamtam.bot.commands.CommandLineParser.class - [JAR]

├─ chat.tamtam.bot.commands.RawCommandLine.class - [JAR]

Advertisement