tgbot-cpp
Loading...
Searching...
No Matches
TgBot::ChatLocation Class Reference

Represents a location to which a chat is connected. More...

#include <ChatLocation.h>

Public Types

typedef std::shared_ptr< ChatLocationPtr
 

Public Attributes

Location::Ptr location
 The location to which the supergroup is connected. Can't be a live location.
 
std::string address
 Location address; 1-64 characters, as defined by the chat owner.
 

Detailed Description

Represents a location to which a chat is connected.

Definition at line 15 of file ChatLocation.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<ChatLocation> TgBot::ChatLocation::Ptr

Definition at line 18 of file ChatLocation.h.

Member Data Documentation

◆ address

std::string TgBot::ChatLocation::address

Location address; 1-64 characters, as defined by the chat owner.

Definition at line 29 of file ChatLocation.h.

◆ location

Location::Ptr TgBot::ChatLocation::location

The location to which the supergroup is connected. Can't be a live location.

Definition at line 24 of file ChatLocation.h.


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