public final class Conversation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Conversation.ConversationBuilder |
static class |
Conversation.PromptsBuilder |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Message message) |
Conversation |
begin() |
static Conversation.ConversationBuilder |
builder(TelegramBot bot) |
void |
end() |
public static Conversation.ConversationBuilder builder(TelegramBot bot)
public Conversation begin()
public void accept(Message message)
public void end()
Copyright © 2016. All rights reserved.