Swiftgram / TDLibKit

Native Swift wrapper for Telegram's TDLib. Available on iOS, macOS, watchOS, tvOS and visionOS.
MIT License
106 stars 23 forks source link

changed let values to make use of var #23

Closed ibengeu closed 1 year ago

ibengeu commented 1 year ago

This pull changes the constants to variables

Due to a couple of values needing to be updated in place according to the updates received. example updates are updateChatTitle, updateChatLastMessage etc.

ibengeu commented 1 year ago

@Kylmakalle Please review.

Kylmakalle commented 1 year ago

Any model files are generated automatically and any changes will be lost. To contribute, you must make changes in tl2swift

Kylmakalle commented 1 year ago

Closed in favor of discussion in https://github.com/Swiftgram/TDLibKit/issues/22