diff options
| author | levlam <levlam@telegram.org> | 2020-11-03 19:34:10 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2020-11-03 19:34:10 +0300 |
| commit | 74559bab15af2ccb2cdadadc4467ce3fac97f4b9 (patch) | |
| tree | dd6426f83d3a60767c5991b52fa2ebabcf363c3f /.gitmodules | |
Telegram Bot APi server initial commit.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c009a81 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "td"] + path = td + url = http://github.com/tdlib/td.git |
