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

Represents an HTTP link to be sent. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<InputMediaLink>

Public Attributes

std::string type { TYPE }
 Type of the media, must be link.
std::string url { }
 HTTP URL of the link.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

Represents an HTTP link to be sent.

Definition at line 6522 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 6523 of file Types.h.

Member Data Documentation

◆ TYPE

TGBOT_API const std::string TgBot::InputMediaLink::TYPE
static

Definition at line 6525 of file Types.h.

◆ type

std::string TgBot::InputMediaLink::type { TYPE }

Type of the media, must be link.

Definition at line 6530 of file Types.h.

◆ url

std::string TgBot::InputMediaLink::url { }

HTTP URL of the link.

Definition at line 6535 of file Types.h.


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