Package org.drinkless.tdlib
Class TdApi.MessageProximityAlertTriggered
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageContent
-
- org.drinkless.tdlib.TdApi.MessageProximityAlertTriggered
-
- Enclosing class:
- TdApi
public static class TdApi.MessageProximityAlertTriggered extends TdApi.MessageContent
A user in the chat came within proximity alert range.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intdistanceThe distance between the users.TdApi.MessageSendertravelerIdThe identifier of a user or chat that triggered the proximity alert.TdApi.MessageSenderwatcherIdThe identifier of a user or chat that subscribed for the proximity alert.
-
Constructor Summary
Constructors Constructor Description MessageProximityAlertTriggered()A user in the chat came within proximity alert range.MessageProximityAlertTriggered(TdApi.MessageSender travelerId, TdApi.MessageSender watcherId, int distance)A user in the chat came within proximity alert range.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
travelerId
public TdApi.MessageSender travelerId
The identifier of a user or chat that triggered the proximity alert.
-
watcherId
public TdApi.MessageSender watcherId
The identifier of a user or chat that subscribed for the proximity alert.
-
distance
public int distance
The distance between the users.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageProximityAlertTriggered
public MessageProximityAlertTriggered()
A user in the chat came within proximity alert range.
-
MessageProximityAlertTriggered
public MessageProximityAlertTriggered(TdApi.MessageSender travelerId, TdApi.MessageSender watcherId, int distance)
A user in the chat came within proximity alert range.- Parameters:
travelerId- The identifier of a user or chat that triggered the proximity alert.watcherId- The identifier of a user or chat that subscribed for the proximity alert.distance- The distance between the users.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-