aykutalparslan / Ferrite

Experimental Telegram Server
GNU Affero General Public License v3.0
158 stars 25 forks source link

what's the purpose of session_id? #465

Closed 315567599 closed 1 year ago

315567599 commented 1 year ago

rt , hanks

aykutalparslan commented 1 year ago

A (random) 64-bit number generated by the client to distinguish between individual sessions (for example, between different instances of the application, created with the same authorization key).

Please check the original documentation at: https://core.telegram.org/mtproto/description#session

junko2013 commented 1 year ago

收到。。