Skip to content

Fix usernames not shown after tdlib upgrade to 1.8.11

Flo Lee requested to merge restore-usernames into main

The simple username string has been replaced by a complex object, so we need to follow the change.

Note that the setter for username was removed, but this was anyways not useful, since changing a username needs a send request that does not use that object.

Merge request reports