Package com.jtelegram.api.inline.input
Class InputLocationMessageContent.InputLocationMessageContentBuilder
- java.lang.Object
-
- com.jtelegram.api.inline.input.InputLocationMessageContent.InputLocationMessageContentBuilder
-
- Enclosing class:
- InputLocationMessageContent
public static class InputLocationMessageContent.InputLocationMessageContentBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputLocationMessageContent
build()
InputLocationMessageContent.InputLocationMessageContentBuilder
latitude(java.lang.Float latitude)
InputLocationMessageContent.InputLocationMessageContentBuilder
livePeriod(java.lang.Integer livePeriod)
InputLocationMessageContent.InputLocationMessageContentBuilder
longitude(java.lang.Float longitude)
java.lang.String
toString()
-
-
-
Method Detail
-
latitude
public InputLocationMessageContent.InputLocationMessageContentBuilder latitude(java.lang.Float latitude)
-
longitude
public InputLocationMessageContent.InputLocationMessageContentBuilder longitude(java.lang.Float longitude)
-
livePeriod
public InputLocationMessageContent.InputLocationMessageContentBuilder livePeriod(java.lang.Integer livePeriod)
-
build
public InputLocationMessageContent build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-