Go to the documentation of this file.
    5   this->
file_id = json[
"file_id"].asString();
 
    6   this->
width = json[
"width"].asInt64();
 
    7   this->
height = json[
"height"].asInt64();
 
    8   this->
duration = json[
"duration"].asInt64();
 
   10   this->
mime_type = json[
"mime_type"].asString();
 
   11   this->
file_size = json[
"file_size"].asInt64();