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

#include <BusinessIntro.h>

Public Types

typedef std::shared_ptr< BusinessIntroPtr
 

Public Attributes

std::string title
 Optional. Title text of the business intro.
 
std::string message
 Optional. Message text of the business intro.
 
Sticker::Ptr sticker
 Optional. Sticker of the business intro.
 

Detailed Description

Definition at line 14 of file BusinessIntro.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<BusinessIntro> TgBot::BusinessIntro::Ptr

Definition at line 17 of file BusinessIntro.h.

Member Data Documentation

◆ message

std::string TgBot::BusinessIntro::message

Optional. Message text of the business intro.

Definition at line 27 of file BusinessIntro.h.

◆ sticker

Sticker::Ptr TgBot::BusinessIntro::sticker

Optional. Sticker of the business intro.

Definition at line 32 of file BusinessIntro.h.

◆ title

std::string TgBot::BusinessIntro::title

Optional. Title text of the business intro.

Definition at line 22 of file BusinessIntro.h.


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