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

Represents an HTTP link. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<Link>

Public Attributes

std::string url { }
 URL of the link.

Detailed Description

Represents an HTTP link.

Definition at line 8507 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 8508 of file Types.h.

Member Data Documentation

◆ url

std::string TgBot::Link::url { }

URL of the link.

Definition at line 8513 of file Types.h.


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