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

This object represents an inline keyboard button that copies specified text to the clipboard. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<CopyTextButton>

Public Attributes

std::string text { }
 The text to be copied to the clipboard; 1-256 characters.

Detailed Description

This object represents an inline keyboard button that copies specified text to the clipboard.

Definition at line 3245 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 3246 of file Types.h.

Member Data Documentation

◆ text

std::string TgBot::CopyTextButton::text { }

The text to be copied to the clipboard; 1-256 characters.

Definition at line 3251 of file Types.h.


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