public interface Chat
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
ChatType |
getType() |
Message |
sendMessage(SendableMessage message,
TelegramBot telegramBot) |
default Message |
sendMessage(String message,
TelegramBot telegramBot) |
String getId()
String getName()
ChatType getType()
default Message sendMessage(String message, TelegramBot telegramBot)
Message sendMessage(SendableMessage message, TelegramBot telegramBot)
Copyright © 2016. All rights reserved.