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