|
Cppgram
1.0.0
Easy and modern C++14 Telegram Bot API wrapper
|
Incoming inline query. More...
#include <inline_query.hpp>
Public Attributes | |
| std::string | id |
| Unique identifier for this query. | |
| User | from |
| Sender. | |
| std::experimental::optional< Location > | location |
| Optional. Sender location, only for bots that request user location | |
| std::string | query |
| Text of the query, up to 512 characters. | |
| std::string | offset |
| Offset of the results to be returned, can be controlled by the bot. | |
Incoming inline query.
This object represents an incoming inline query. (https://core.telegram.org/bots/api#inlinequery)
1.8.13