Class ReplyKeyboardRow
- java.lang.Object
-
- com.jtelegram.api.message.keyboard.ReplyKeyboardRow
-
public class ReplyKeyboardRow extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReplyKeyboardRow.ReplyKeyboardRowBuilder
static class
ReplyKeyboardRow.Serializer
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReplyKeyboardRow.ReplyKeyboardRowBuilder
builder()
java.util.List<KeyboardButton>
getButtons()
java.lang.String
toString()
-
-
-
Method Detail
-
builder
public static ReplyKeyboardRow.ReplyKeyboardRowBuilder builder()
-
getButtons
public java.util.List<KeyboardButton> getButtons()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-