| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat | |
| pro.zackpollard.telegrambot.api.event.chat | |
| pro.zackpollard.telegrambot.api.internal.chat |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SuperGroupChat |
| Modifier and Type | Method and Description |
|---|---|
GroupChat |
NewGroupChatTitleEvent.getChat()
Gets the Chat that had its title changed that triggered this Event
|
GroupChat |
DeleteGroupChatPhotoEvent.getChat()
Gets the GroupChat that had its photo deleted that triggered this Event
|
GroupChat |
GroupChatCreatedEvent.getChat()
Gets the GroupChat that was created that triggered this Event
|
GroupChat |
NewGroupChatPhotoEvent.getChat()
Gets the GroupChat that had its photo changed that triggered this Event
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupChatImpl |
class |
SuperGroupChatImpl |
| Modifier and Type | Method and Description |
|---|---|
static GroupChat |
GroupChatImpl.createGroupChat(int chatID,
TelegramBot telegramBot) |
static GroupChat |
GroupChatImpl.createGroupChat(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
Copyright © 2017. All rights reserved.