Class TelegramKeyboard
java.lang.Object
host.anzo.commons.socials.telegram.TelegramKeyboard
-
Method Summary
Modifier and TypeMethodDescriptionorg.telegram.telegrambots.meta.api.methods.send.SendMessageattach(@NotNull org.telegram.telegrambots.meta.api.methods.send.SendMessage message) org.telegram.telegrambots.meta.api.methods.updatingmessages.EditMessageTextattachEdit(@NotNull org.telegram.telegrambots.meta.api.methods.updatingmessages.EditMessageText message) static TelegramKeyboardcreate()
-
Method Details
-
create
-
addButton
-
attach
public org.telegram.telegrambots.meta.api.methods.send.SendMessage attach(@NotNull @NotNull org.telegram.telegrambots.meta.api.methods.send.SendMessage message) -
attachEdit
public org.telegram.telegrambots.meta.api.methods.updatingmessages.EditMessageText attachEdit(@NotNull @NotNull org.telegram.telegrambots.meta.api.methods.updatingmessages.EditMessageText message)
-