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

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

Detailed Description

This object describes a profile photo to set. Currently, it can be one of InputProfilePhotoStatic InputProfilePhotoAnimated.

Definition at line 7166 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 7167 of file Types.h.

Member Data Documentation

◆ value

std::variant<std::shared_ptr<InputProfilePhotoStatic>, std::shared_ptr<InputProfilePhotoAnimated> > TgBot::InputProfilePhoto::value

Definition at line 7169 of file Types.h.


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