yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
yatbcpp::getMe Class Reference

#include "getMe.h"

Inheritance diagram for yatbcpp::getMe:
Inheritance graph
[legend]
Collaboration diagram for yatbcpp::getMe:
Collaboration graph
[legend]

Public Member Functions

 getMe ()
 
Json::Value toJson ()
 
const std::string & getFunctionname () const
 

Static Public Member Functions

static size_t WriteCallback (void *contents, size_t size, size_t nmemb, void *stringptr)
 
static User perform_requestJSON (Token T, telegram_methodJSON< User > &method_body)
 

Protected Attributes

std::string functionname
 

Detailed Description

Definition at line 12 of file getMe.h.

Constructor & Destructor Documentation

◆ getMe()

getMe::getMe ( )

Definition at line 15 of file getMe.cc.

Member Function Documentation

◆ getFunctionname()

const std::string& yatbcpp::telegram_methodJSON< User >::getFunctionname ( ) const
inlineinherited

returns the Functionname

Returns

Definition at line 80 of file telegram_methodJSON.h.

◆ perform_requestJSON()

static User yatbcpp::telegram_methodJSON< User >::perform_requestJSON ( Token  T,
telegram_methodJSON< User > &  method_body 
)
inlinestaticinherited

Definition at line 35 of file telegram_methodJSON.h.

◆ toJson()

Json::Value getMe::toJson ( )
virtual

Get Me does not Require any arguments, an empty json object is generated

Returns

Reimplemented from yatbcpp::telegram_methodJSON< User >.

Definition at line 29 of file getMe.cc.

◆ WriteCallback()

static size_t yatbcpp::telegram_methodJSON< User >::WriteCallback ( void *  contents,
size_t  size,
size_t  nmemb,
void *  stringptr 
)
inlinestaticinherited

Definition at line 27 of file telegram_methodJSON.h.

Member Data Documentation

◆ functionname

std::string yatbcpp::telegram_methodJSON< User >::functionname
protectedinherited

Definition at line 85 of file telegram_methodJSON.h.


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