1#ifndef TGBOT_BUSINESSINTRO_H 
    2#define TGBOT_BUSINESSINTRO_H 
   17    typedef std::shared_ptr<BusinessIntro> 
Ptr;
 
 
std::string message
Optional. Message text of the business intro.
std::shared_ptr< BusinessIntro > Ptr
std::string title
Optional. Title text of the business intro.
Sticker::Ptr sticker
Optional. Sticker of the business intro.
std::shared_ptr< Sticker > Ptr