Class InputLocationMessageContent
- java.lang.Object
-
- com.pengrad.telegrambot.model.request.InputMessageContent
-
- com.pengrad.telegrambot.model.request.InputLocationMessageContent
-
- All Implemented Interfaces:
java.io.Serializable
public class InputLocationMessageContent extends InputMessageContent implements java.io.Serializable
Stas Parshin 06 May 2016- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InputLocationMessageContent(java.lang.Float latitude, java.lang.Float longitude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputLocationMessageContentheading(int heading)InputLocationMessageContenthorizontalAccuracy(float horizontalAccuracy)InputLocationMessageContentlivePeriod(java.lang.Integer livePeriod)InputLocationMessageContentproximityAlertRadius(int proximityAlertRadius)
-
-
-
Method Detail
-
horizontalAccuracy
public InputLocationMessageContent horizontalAccuracy(float horizontalAccuracy)
-
livePeriod
public InputLocationMessageContent livePeriod(java.lang.Integer livePeriod)
-
heading
public InputLocationMessageContent heading(int heading)
-
proximityAlertRadius
public InputLocationMessageContent proximityAlertRadius(int proximityAlertRadius)
-
-