ProximityAlertTriggered

telegramium.bots.ProximityAlertTriggered
final case class ProximityAlertTriggered(traveler: User, watcher: User, distance: Int)

This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user.

Value parameters

distance

The distance between the users

traveler

User that triggered the alert

watcher

User that set the alert

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product