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