Cppgram  1.0.0
Easy and modern C++14 Telegram Bot API wrapper
Public Attributes | List of all members
InlineQuery Class Reference

Incoming inline query. More...

#include <inline_query.hpp>

Public Attributes

std::string id
 Unique identifier for this query.
 
User from
 Sender.
 
std::experimental::optional< Locationlocation
 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.
 

Detailed Description

Incoming inline query.

This object represents an incoming inline query. (https://core.telegram.org/bots/api#inlinequery)


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