|
tgbot-cpp
|
This object describes a profile photo to set. Currently, it can be one of InputProfilePhotoStatic InputProfilePhotoAnimated. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputProfilePhoto> |
Public Attributes | |
| std::variant< std::shared_ptr< InputProfilePhotoStatic >, std::shared_ptr< InputProfilePhotoAnimated > > | value |
This object describes a profile photo to set. Currently, it can be one of InputProfilePhotoStatic InputProfilePhotoAnimated.
| using TgBot::InputProfilePhoto::Ptr = std::shared_ptr<InputProfilePhoto> |
| std::variant<std::shared_ptr<InputProfilePhotoStatic>, std::shared_ptr<InputProfilePhotoAnimated> > TgBot::InputProfilePhoto::value |