aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/swift
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2018-03-02 03:34:02 +0300
committerlevlam <levlam@telegram.org>2018-03-02 03:34:02 +0300
commit017ae5865d3bfa5f149c178813277a0fad4f3dd8 (patch)
tree7d5be9d6d8544a5e09a0b708d6a4934a2be9c13f /example/swift
parent376f582803f50aa02200b67c4c9efee03dceacc6 (diff)
Add Python example README.md and add more documentation.
GitOrigin-RevId: 624fa5c37431dc3fabe6e451355c5b52ce12e4ab
Diffstat (limited to 'example/swift')
-rw-r--r--example/swift/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/swift/README.md b/example/swift/README.md
index 55e407658..6a333df76 100644
--- a/example/swift/README.md
+++ b/example/swift/README.md
@@ -10,3 +10,6 @@ cmake --build . --target install
```
Then you can open and build the example with the latest Xcode.
+
+Description of all available classes and methods can be found at [td_json_client](https://core.telegram.org/tdlib/docs/td__json__client_8h.html),
+[td_log](https://core.telegram.org/tdlib/docs/td__log_8h.html) and [td_api](https://core.telegram.org/tdlib/docs/td__api_8h.html) documentation.