Protected
_clientProtected
_sourceReturns the address of the venue.
Returns the Foursquare ID and type associated with the venue.
Returns the Google Place ID and type associated with the venue.
Returns the title of the venue.
Converts the source object to a context object of a given type.
client.updates.on("message", message => {
const user = message.user.toContext<CustomUserContext>();
// Now user works correctly with your context
})
Generic type parameter for the context object.
The context object.
Generated using TypeDoc
The location context associated with this venue context.