Cppgram  1.0.0
Easy and modern C++14 Telegram Bot API wrapper
Public Attributes | List of all members
Location Class Reference

A location send by a user. More...

#include <location.hpp>

Public Attributes

float longitude
 Longitude as defined by sender.
 
float latidute
 Latitude as defined by sender.
 

Detailed Description

A location send by a user.

This object represents a point on the map. (https://core.telegram.org/bots/api#location)


The documentation for this class was generated from the following file: