Go wrapper for TDLib (Telegram Database Library)
Go to file
2023-11-07 05:47:05 +08:00
client Update to TDLib 1.8.21 2023-11-07 05:47:05 +08:00
cmd Generate to client dir 2022-01-28 07:44:54 +08:00
codegen Merge branch 'master' of https://github.com/zelenin/go-tdlib 2022-01-28 07:33:36 +08:00
data Update to TDLib 1.8.21 2023-11-07 05:47:05 +08:00
example Update to TDLib 1.8.21 2023-11-07 05:47:05 +08:00
tlparser go fmt formatted project 2018-10-23 15:49:10 +03:00
.gitignore init 2018-08-30 17:55:42 +03:00
go.mod 修正单词拼写,更新新的UUID包。(Fix word spelling, update new UUID package) 2023-09-18 21:22:23 +08:00
go.sum 修正单词拼写,更新新的UUID包。(Fix word spelling, update new UUID package) 2023-09-18 21:22:23 +08:00
LICENSE add license 2019-03-12 15:57:26 +03:00
Makefile update tdlib v1.8.0 2021-12-30 08:55:02 +03:00
README.md Update README.md 2022-02-06 11:26:42 +08:00

Forked library for modded TDLib

When I'm refactoring my own bot from Arman92/go-tdlib to zelenin/go-tdlib

I realized that zelenin's library doesn't meet my need😕

So I fork it and make some changes

  1. Static build by default
  2. Add update event filter
  3. Add command parser
  4. Receive correct message id to patch text/dice message response.
  5. Add Pending updates

Here are a few example codes about how to use c0re100/gotdlib.