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 am specifically interested in reading raw bytes that are sent and received by telegram, I want to see all information sent over there and thats why I am looking for this implementation, it seems to me that as you managed to make Telegram server you should now what data is transmitted there. I am mostly interested in implementation of Connections::onReceivedData method and ConnectionsManager::onConnectionDataReceived method.
I would really appreciate if you could help me with that. Thanks a lot.