https://github.com/hemulgm/tgc_api
Telegram Client for Delphi
https://github.com/hemulgm/tgc_api
cross-platform delphi firemonkey tdlib telegram-api
Last synced: 4 months ago
JSON representation
Telegram Client for Delphi
- Host: GitHub
- URL: https://github.com/hemulgm/tgc_api
- Owner: HemulGM
- License: mit
- Created: 2023-02-27T17:59:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T08:18:33.000Z (about 3 years ago)
- Last Synced: 2025-01-10T12:38:27.942Z (over 1 year ago)
- Topics: cross-platform, delphi, firemonkey, tdlib, telegram-api
- Language: Pascal
- Homepage:
- Size: 14.3 MB
- Stars: 19
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TGC_API
Telegram Client for Delphi
Hello. The package is still being worked on. Authorization and full-fledged work with the client is done. You can already use the library, but I will implement more convenient methods and describe the Telegram classes.
A package is a non-visual component that you need to configure for yourself in the designer.
To work with a client, you need to have `ApiId` and `ApiHash` - the data of the application you registered on the Telegram website. `https://my.telegram.org/apps`
Next, you can customize the Parameters section to your liking.
The client requires the assembly of the `tdjson.dll` library version `1.8.11`, as well as the library: `libcrypto-1_1.dll`, `libssl-1_1.dll`, `zlib1.dll`.
Libraries are in the Bin folder