Uses of Class
org.apache.camel.component.telegram.model.Location
-
Packages that use Location Package Description org.apache.camel.component.telegram.model -
-
Uses of Location in org.apache.camel.component.telegram.model
Methods in org.apache.camel.component.telegram.model that return Location Modifier and Type Method Description Location
IncomingInlineQuery. getLocation()
Location
IncomingMessage. getLocation()
Methods in org.apache.camel.component.telegram.model with parameters of type Location Modifier and Type Method Description void
IncomingInlineQuery. setLocation(Location location)
void
IncomingMessage. setLocation(Location location)
Constructors in org.apache.camel.component.telegram.model with parameters of type Location Constructor Description IncomingInlineQuery(String id, User from, Location location, String query, String offset)
-