The paid media to send is a live photo.
More...
#include <Types.h>
|
| std::string | type { TYPE } |
| | Type of the media, must be live_photo.
|
| std::string | media { } |
| | Video of the live photo to send. Pass a file_id to send a file that exists on the Telegram servers (recommended) or pass “attach://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More information on Sending Files ». Sending live photos by a URL is currently unsupported.
|
| std::string | photo { } |
| | The static photo to send. Pass a file_id to send a file that exists on the Telegram servers (recommended) or pass “attach://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More information on Sending Files ». Sending live photos by a URL is currently unsupported.
|
The paid media to send is a live photo.
Definition at line 6964 of file Types.h.
◆ Ptr
◆ media
| std::string TgBot::InputPaidMediaLivePhoto::media { } |
Video of the live photo to send. Pass a file_id to send a file that exists on the Telegram servers (recommended) or pass “attach://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More information on Sending Files ». Sending live photos by a URL is currently unsupported.
Definition at line 6980 of file Types.h.
◆ photo
| std::string TgBot::InputPaidMediaLivePhoto::photo { } |
The static photo to send. Pass a file_id to send a file that exists on the Telegram servers (recommended) or pass “attach://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name. More information on Sending Files ». Sending live photos by a URL is currently unsupported.
Definition at line 6988 of file Types.h.
◆ TYPE
| TGBOT_API const std::string TgBot::InputPaidMediaLivePhoto::TYPE |
|
static |
◆ type
| std::string TgBot::InputPaidMediaLivePhoto::type { TYPE } |
Type of the media, must be live_photo.
Definition at line 6972 of file Types.h.
The documentation for this struct was generated from the following file: