tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Application name shows TDLib version in active sessions list #3048

Closed phpcxy closed 1 month ago

phpcxy commented 1 month ago

I've developed an application using TDLib, and I've noticed an issue with how the application name is displayed in the active sessions list.

Issue: When viewing the active sessions from another Telegram client, my application name is displayed as "APPNAME 1.0, TDLib 1.8.35". The ", TDLib 1.8.35" part is automatically appended, which I did not intend.

Question:

  1. Is there a way to prevent TDLib from appending its version to the application name?
  2. If not, why is this behavior implemented? Is it required by Telegram?

Details:

phpcxy commented 1 month ago

3011