Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with Android application #2750

Closed
jayvs6341 opened this issue Jan 12, 2024 · 3 comments
Closed

Integration with Android application #2750

jayvs6341 opened this issue Jan 12, 2024 · 3 comments

Comments

@jayvs6341
Copy link

Sorry for the very generalise question.

I want to integrate Telegram library in android application. I want to create a chat module in android, which looks like same as Telegram.

I tried to search on google, but not getting any good tutorials.

Any suggestions please.

@levlam
Copy link
Contributor

levlam commented Jan 12, 2024

TDLib provides API for receiving messages and real-time updates about them without user interface. You need to implement the interface yourself, or try to integrate a full app, for example, https://github.com/TGX-Android/Telegram-X.

@jayvs6341
Copy link
Author

TDLib provides API for receiving messages and real-time updates about them without user interface. You need to implement the interface yourself, or try to integrate a full app, for example, https://github.com/TGX-Android/Telegram-X.

Thank you so much for your reply. Do you have some good step-by-step guide how to integrate TDLib ?

@levlam
Copy link
Contributor

levlam commented Jan 12, 2024

See https://core.telegram.org/tdlib/getting-started for basic TDLib usage. There is no step-to-step guide, because it will depend on the target OS and app framework and would contain thousands required steps anyway for full integration.

@levlam levlam closed this as completed Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants