From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_animation.html | 247 ----------------------------------- 1 file changed, 247 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_animation.html (limited to 'docs/class_tg_bot_1_1_animation.html') diff --git a/docs/class_tg_bot_1_1_animation.html b/docs/class_tg_bot_1_1_animation.html deleted file mode 100644 index 7e9ef3d..0000000 --- a/docs/class_tg_bot_1_1_animation.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::Animation Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::Animation Class Reference
-
-
- -

You can provide an animation for your game so that it looks stylish in chats (check out Lumberjack for an example). - More...

- -

#include <Animation.h>

- - - - -

-Public Types

typedef std::shared_ptr< AnimationPtr
 
- - - - - - - - - - - - - - - - -

-Public Attributes

std::string fileId
 Unique file identifier. More...
 
PhotoSize::Ptr thumb
 Optional. Animation thumbnail as defined by sender. More...
 
std::string fileName
 Optional. Original animation filename as defined by sender. More...
 
std::string mimeType
 Optional. MIME type of the file as defined by sender. More...
 
int32_t fileSize
 Optional. File size. More...
 
-

Detailed Description

-

You can provide an animation for your game so that it looks stylish in chats (check out Lumberjack for an example).

-

This object represents an animation file to be displayed in the message containing a game.

- -

Definition at line 41 of file Animation.h.

-

Member Typedef Documentation

- -

◆ Ptr

- -
-
- - - - -
typedef std::shared_ptr<Animation> TgBot::Animation::Ptr
-
- -

Definition at line 43 of file Animation.h.

- -
-
-

Member Data Documentation

- -

◆ fileId

- -
-
- - - - -
std::string TgBot::Animation::fileId
-
- -

Unique file identifier.

- -

Definition at line 48 of file Animation.h.

- -
-
- -

◆ fileName

- -
-
- - - - -
std::string TgBot::Animation::fileName
-
- -

Optional. Original animation filename as defined by sender.

- -

Definition at line 58 of file Animation.h.

- -
-
- -

◆ fileSize

- -
-
- - - - -
int32_t TgBot::Animation::fileSize
-
- -

Optional. File size.

- -

Definition at line 68 of file Animation.h.

- -
-
- -

◆ mimeType

- -
-
- - - - -
std::string TgBot::Animation::mimeType
-
- -

Optional. MIME type of the file as defined by sender.

- -

Definition at line 63 of file Animation.h.

- -
-
- -

◆ thumb

- -
-
- - - - -
PhotoSize::Ptr TgBot::Animation::thumb
-
- -

Optional. Animation thumbnail as defined by sender.

- -

Definition at line 53 of file Animation.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.2.3