LibTgBotPP
 All Classes Namespaces Files Functions Variables Typedefs Macros
MessageEntity.cc
Go to the documentation of this file.
2 
4 
5  this->type = json["type"].asString();
6  this->offset = json["offset"].asUInt64();
7  this->length = json["length"].asUInt64();
8  this->url = json["url"].asString();
9 }
10 
12 
13  return(this->type);
14 }
MessageEntity(Json::Value)
Definition: MessageEntity.cc:3