improve chatInviteLinkInfo docs - #1124
Conversation
|
Thanks! You are right. In fact, in the non-pushed to Github version the field description has already been fixed to "Chat identifier of the invite link; 0 if the user have no access to the chat before joining". |
|
Ah, great to hear you already fixed it 👍 btw, why don't you push your changes right after you do them? |
|
@mymike00 TDLib source code is pushed once the corresponding version is suitable for general use. Current development version uses unstable server API, which breaks on a daily basis. API changes also often causes backward incompatible changes in TDLib during the development. Currently, it is not possible to move the whole development to Github and even it is moved the corresponding version would be suitable for development only. |
|
What about a |
|
@mymike00 As I said, this is currently not possible, because source code is extracted from the private repository using automated tool. Private and public git repositories has no common ancestor. |
|
Ok, I understand. thank you for your help |
The
chat_idfield inchatInviteLinkInfoclaims to be 0 if the user isn't a member of the chat.In fact, if the user isn't a member of the chat but the chat is public the
chat_idis not 0If you find a better phrasing than mine, go ahead and edit it, I'm not that good with English...