Telegram.Bot.API.Types.Venue
Contents
Venue
data Venue Source #
This object represents a venue.
Constructors
Fields
Venue location.
Name of the venue.
Address of the venue.
Foursquare identifier of the venue.
Foursquare type of the venue. (For example, “arts_entertainmentdefault”, “arts_entertainmentaquarium” or “food/icecream”.)
Google Places identifier of the venue.
Google Places type of the venue. (See supported types.)
Defined in Telegram.Bot.API.Types.Venue
Methods
parseJSON :: Value -> Parser Venue #
parseJSONList :: Value -> Parser [Venue] #
toJSON :: Venue -> Value #
toEncoding :: Venue -> Encoding #
toJSONList :: [Venue] -> Value #
toEncodingList :: [Venue] -> Encoding #
Associated Types
type Rep Venue :: Type -> Type #
from :: Venue -> Rep Venue x #
to :: Rep Venue x -> Venue #
showsPrec :: Int -> Venue -> ShowS #
show :: Venue -> String #
showList :: [Venue] -> ShowS #