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

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

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<ChatLocation>

Public Attributes

std::shared_ptr< Locationlocation { }
 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 2315 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::ChatLocation::Ptr = std::shared_ptr<ChatLocation>

Definition at line 2316 of file Types.h.

Member Data Documentation

◆ address

std::string TgBot::ChatLocation::address { }

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

Definition at line 2326 of file Types.h.

◆ location

std::shared_ptr<Location> TgBot::ChatLocation::location { }

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

Definition at line 2321 of file Types.h.


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