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

Contains information about the start page settings of a Telegram Business account. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<BusinessIntro>

Public Attributes

std::optional< std::string > title { }
 Optional. Title text of the business intro.
std::optional< std::string > message { }
 Optional. Message text of the business intro.
std::shared_ptr< Stickersticker { }
 Optional. Sticker of the business intro.

Detailed Description

Contains information about the start page settings of a Telegram Business account.

Definition at line 1310 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 1311 of file Types.h.

Member Data Documentation

◆ message

std::optional<std::string> TgBot::BusinessIntro::message { }

Optional. Message text of the business intro.

Definition at line 1321 of file Types.h.

◆ sticker

std::shared_ptr<Sticker> TgBot::BusinessIntro::sticker { }

Optional. Sticker of the business intro.

Definition at line 1326 of file Types.h.

◆ title

std::optional<std::string> TgBot::BusinessIntro::title { }

Optional. Title text of the business intro.

Definition at line 1316 of file Types.h.


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