You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need some kind of understanding about how telegram and this library exactly work. So I converted the "tdata" folder into *tdekstop.account" and load it on the NewClient.
Does that mean that I am reusing the session from Telegram Client?. Does that mean I don't have the set the telegram.DeviceConfig since it is already given on the tdata session?
It creates a new session instead and use that session. And setting the LangPack, allows me to use the official telegram API.
After a day of using gotd/td, I found one my sample account banned.
Could you please explain how session exactly works and if I am using the official API of the telegram by simply converting the TDesktopSession/tdata folder?.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I need some kind of understanding about how telegram and this library exactly work. So I converted the "tdata" folder into *tdekstop.account" and load it on the NewClient.
Does that mean that I am reusing the session from Telegram Client?. Does that mean I don't have the set the telegram.DeviceConfig since it is already given on the tdata session?
Because here:
https://github.com/thedemons/opentele
It creates a new session instead and use that session. And setting the LangPack, allows me to use the official telegram API.
After a day of using gotd/td, I found one my sample account banned.
Could you please explain how session exactly works and if I am using the official API of the telegram by simply converting the TDesktopSession/tdata folder?.
Beta Was this translation helpful? Give feedback.
All reactions