Skip to content

Commit

Permalink
Add a comma,
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 37194c038eb13d2e6246ffb374dc3cea4c14478e
  • Loading branch information
levlam committed Jan 31, 2020
1 parent 1313fb1 commit 4f7763f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td/telegram/td_json_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* The JSON serialization of TDLib API objects is straightforward: all API objects are represented as JSON objects with
* the same keys as the API object field names. The object type name is stored in the special field '@type' which is
* optional in places where type is uniquely determined by the context.
* Fields of Bool type are stored as Boolean, fields of int32, int53 and double types are stored as Number, fields of
* Fields of Bool type are stored as Boolean, fields of int32, int53, and double types are stored as Number, fields of
* int64 and string types are stored as String, fields of bytes type are base64 encoded and then stored as String,
* fields of vector type are stored as Array.
* The main TDLib interface is asynchronous. To match requests with a corresponding response a field "@extra" can
Expand Down

0 comments on commit 4f7763f

Please sign in to comment.