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 LocationIncomingInlineQuery. getLocation()LocationIncomingMessage. getLocation()Methods in org.apache.camel.component.telegram.model with parameters of type Location Modifier and Type Method Description voidIncomingInlineQuery. setLocation(Location location)voidIncomingMessage. 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)
-