public class ChannelChatImpl extends Object implements ChannelChat
| Modifier and Type | Method and Description |
|---|---|
static ChannelChat |
createChannelChat(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
static ChannelChat |
createChannelChat(String username,
TelegramBot telegramBot) |
TelegramBot |
getBotInstance() |
String |
getId() |
String |
getName() |
String |
getUsername() |
Message |
sendMessage(SendableMessage message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypegetChatAdministrators, getChatMember, getChatMember, getChatMembersCount, leaveChat, sendMessagepublic static ChannelChat createChannelChat(org.json.JSONObject jsonObject, TelegramBot telegramBot)
public static ChannelChat createChannelChat(String username, TelegramBot telegramBot)
public String getUsername()
public String getName()
public TelegramBot getBotInstance()
public String getId()
public Message sendMessage(SendableMessage message)
Copyright © 2016. All rights reserved.