nodegin/tglib

How to use Local Database

Closed this issue · 1 comments

Hi
Thanks for your great contribution.
Is it possible to query the local database for getting messages without fetching from telegram servers?
It is required for a permanent loop message fetching which is better done on local db.
Thanks

The TDLib is storing chats in local database, and keep synchronizing with server by update loop.

If you need access for local messages without "fetching" from server I assume what you meant is accessing messages without internet connection, TDLib already did that for you.