public class SuperGroupChatImpl extends Object implements SuperGroupChat
| Modifier and Type | Method and Description |
|---|---|
static SuperGroupChat |
createSuperGroupChat(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
static SuperGroupChat |
createSuperGroupChat(long chatID,
TelegramBot telegramBot) |
TelegramBot |
getBotInstance() |
String |
getId() |
String |
getName() |
String |
getUsername() |
boolean |
kickChatMember(int userId) |
Message |
sendMessage(SendableMessage message) |
boolean |
unbanChatMember(int userId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypegetChatAdministrators, getChatMember, getChatMember, getChatMembersCount, leaveChat, sendMessagepublic static SuperGroupChat createSuperGroupChat(org.json.JSONObject jsonObject, TelegramBot telegramBot)
public static SuperGroupChat createSuperGroupChat(long chatID, TelegramBot telegramBot)
public String getName()
public TelegramBot getBotInstance()
public String getId()
public Message sendMessage(SendableMessage message)
public String getUsername()
public boolean kickChatMember(int userId)
public boolean unbanChatMember(int userId)
Copyright © 2016. All rights reserved.