From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d5/d61/_document_8h.html | 117 +++++++++++++++++++++ docs/d5/d61/_document_8h_source.html | 108 +++++++++++++++++++ docs/d5/d61/_inline_query_result_mpeg4_gif_8h.html | 114 ++++++++++++++++++++ .../_inline_query_result_mpeg4_gif_8h_source.html | 109 +++++++++++++++++++ 4 files changed, 448 insertions(+) create mode 100644 docs/d5/d61/_document_8h.html create mode 100644 docs/d5/d61/_document_8h_source.html create mode 100644 docs/d5/d61/_inline_query_result_mpeg4_gif_8h.html create mode 100644 docs/d5/d61/_inline_query_result_mpeg4_gif_8h_source.html (limited to 'docs/d5/d61') diff --git a/docs/d5/d61/_document_8h.html b/docs/d5/d61/_document_8h.html new file mode 100644 index 0000000..e4b1b74 --- /dev/null +++ b/docs/d5/d61/_document_8h.html @@ -0,0 +1,117 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/Document.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Document.h File Reference
+
+
+
#include <string>
+#include <memory>
+#include "tgbot/types/PhotoSize.h"
+
+

Go to the source code of this file.

+ + + + +

+Classes

class  TgBot::Document
 
+ + + +

+Namespaces

 TgBot
 
+
+
+ + + + diff --git a/docs/d5/d61/_document_8h_source.html b/docs/d5/d61/_document_8h_source.html new file mode 100644 index 0000000..16952ac --- /dev/null +++ b/docs/d5/d61/_document_8h_source.html @@ -0,0 +1,108 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/Document.h Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Document.h
+
+
+Go to the documentation of this file.
1 /*
2  * Copyright (c) 2015 Oleg Morozenkov
3  *
4  * Permission is hereby granted, free of charge, to any person obtaining a copy
5  * of this software and associated documentation files (the "Software"), to deal
6  * in the Software without restriction, including without limitation the rights
7  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8  * copies of the Software, and to permit persons to whom the Software is
9  * furnished to do so, subject to the following conditions:
10  *
11  * The above copyright notice and this permission notice shall be included in all
12  * copies or substantial portions of the Software.
13  *
14  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20  * SOFTWARE.
21  */
22 
23 #ifndef TGBOT_CPP_DOCUMENT_H
24 #define TGBOT_CPP_DOCUMENT_H
25 
26 #include <string>
27 #include <memory>
28 
29 #include "tgbot/types/PhotoSize.h"
30 
31 namespace TgBot {
32 
37 class Document {
38 
39 public:
40  typedef std::shared_ptr<Document> Ptr;
41 
45  std::string fileId;
46 
51 
55  std::string fileName;
56 
60  std::string mimeType;
61 
65  int32_t fileSize;
66 };
67 
68 }
69 
70 #endif //TGBOT_CPP_DOCUMENT_H
std::string mimeType
Definition: Document.h:60
+ +
int32_t fileSize
Definition: Document.h:65
+
PhotoSize::Ptr thumb
Definition: Document.h:50
+ +
Definition: Api.h:44
+
std::string fileId
Definition: Document.h:45
+
std::string fileName
Definition: Document.h:55
+
std::shared_ptr< Document > Ptr
Definition: Document.h:40
+
std::shared_ptr< PhotoSize > Ptr
Definition: PhotoSize.h:38
+
+
+ + + + diff --git a/docs/d5/d61/_inline_query_result_mpeg4_gif_8h.html b/docs/d5/d61/_inline_query_result_mpeg4_gif_8h.html new file mode 100644 index 0000000..72381af --- /dev/null +++ b/docs/d5/d61/_inline_query_result_mpeg4_gif_8h.html @@ -0,0 +1,114 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/InlineQueryResultMpeg4Gif.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
InlineQueryResultMpeg4Gif.h File Reference
+
+
+ +

Go to the source code of this file.

+ + + + +

+Classes

class  TgBot::InlineQueryResultMpeg4Gif
 
+ + + +

+Namespaces

 TgBot
 
+
+
+ + + + diff --git a/docs/d5/d61/_inline_query_result_mpeg4_gif_8h_source.html b/docs/d5/d61/_inline_query_result_mpeg4_gif_8h_source.html new file mode 100644 index 0000000..c0f0f10 --- /dev/null +++ b/docs/d5/d61/_inline_query_result_mpeg4_gif_8h_source.html @@ -0,0 +1,109 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/InlineQueryResultMpeg4Gif.h Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
InlineQueryResultMpeg4Gif.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Andrea Giove on 27/03/16.
3 //
4 
5 #ifndef TGBOT_INLINEQUERYRESULTMPEG4GIF_H
6 #define TGBOT_INLINEQUERYRESULTMPEG4GIF_H
7 
8 namespace TgBot {
9 
15 public:
16  static const std::string TYPE;
17 
18  typedef std::shared_ptr<InlineQueryResultMpeg4Gif> Ptr;
19 
21  this->type = TYPE;
22  this->mpeg4Width = 0;
23  this->mpeg4Height = 0;
24  }
25 
29  std::string mpeg4Url;
30 
34  int32_t mpeg4Width;
35 
39  int32_t mpeg4Height;
40 
44  std::string thumbUrl;
45 
46 };
47 }
48 
49 #endif //TGBOT_INLINEQUERYRESULTMPEG4GIF_H
+ + + + + +
Definition: Api.h:44
+
std::shared_ptr< InlineQueryResultMpeg4Gif > Ptr
+ + + +
+
+ + + + -- cgit v1.2.3