Class ReplyKeyboardMarkup.Builder
java.lang.Object
org.teleight.teleightbots.api.objects.ReplyKeyboardMarkup.Builder
- Enclosing class:
ReplyKeyboardMarkup
-
Method Summary
Modifier and TypeMethodDescriptionbuild()inputFieldPlaceholder(@Nullable String inputFieldPlaceholder) isPersistent(boolean isPersistent) keyboard(KeyboardButton[][] keyboard) oneTimeKeyboard(boolean oneTimeKeyboard) resizeKeyboard(boolean resizeKeyboard) selective(boolean selective) toString()
-
Method Details
-
keyboard
- Returns:
this.
-
isPersistent
- Returns:
this.
-
resizeKeyboard
- Returns:
this.
-
oneTimeKeyboard
- Returns:
this.
-
inputFieldPlaceholder
public ReplyKeyboardMarkup.Builder inputFieldPlaceholder(@Nullable @Nullable String inputFieldPlaceholder) - Returns:
this.
-
selective
- Returns:
this.
-
build
-
toString
-