| Modifier and Type | Method and Description |
|---|---|
Chat |
TelegramBot.getChat(long chatID) |
Chat |
TelegramBot.getChat(String chatID) |
| Modifier and Type | Method and Description |
|---|---|
Message |
TelegramBot.sendMessage(Chat chat,
SendableMessage message) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChannelChat |
interface |
GroupChat |
interface |
IndividualChat |
interface |
SuperGroupChat |
| Modifier and Type | Method and Description |
|---|---|
Chat |
Message.getChat() |
Chat |
Message.getChatForwardedFrom() |
| Modifier and Type | Method and Description |
|---|---|
default Message |
Message.forwardMessage(Chat chat) |
| Modifier and Type | Method and Description |
|---|---|
Chat |
MigrateFromChatEvent.fromChat() |
Chat |
ParticipantJoinGroupChatEvent.getChat() |
Chat |
ParticipantLeaveGroupChatEvent.getChat() |
| Modifier and Type | Method and Description |
|---|---|
Chat |
MessageEvent.getChat() |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelChatImpl |
class |
GroupChatImpl |
class |
IndividualChatImpl |
class |
SuperGroupChatImpl |
| Modifier and Type | Method and Description |
|---|---|
static Chat |
ChatImpl.createChat(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
static Chat |
IndividualChatImpl.createIndividualChat(int chatID,
TelegramBot telegramBot) |
| Modifier and Type | Method and Description |
|---|---|
Chat |
MessageImpl.getChat() |
Chat |
MessageImpl.getChatForwardedFrom() |
Copyright © 2016. All rights reserved.