|
tgbot-cpp
|
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. | |
This object represents an inline keyboard button that copies specified text to the clipboard.
| using TgBot::CopyTextButton::Ptr = std::shared_ptr<CopyTextButton> |
| std::string TgBot::CopyTextButton::text { } |