public class IndividualChatImpl extends Object implements IndividualChat
| Modifier and Type | Method and Description |
|---|---|
static Chat |
createIndividualChat(int chatID,
TelegramBot telegramBot) |
static IndividualChat |
createIndividualChat(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
TelegramBot |
getBotInstance() |
String |
getId() |
String |
getName() |
User |
getPartner() |
Message |
sendMessage(SendableMessage message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypesendMessagepublic static IndividualChat createIndividualChat(org.json.JSONObject jsonObject, TelegramBot telegramBot)
public static Chat createIndividualChat(int chatID, TelegramBot telegramBot)
public User getPartner()
public TelegramBot getBotInstance()
public String getId()
public String getName()
public Message sendMessage(SendableMessage message)
Copyright © 2016. All rights reserved.