function getUserStarGifts not found
I am using Java latest version, why can't I find the getUserStarGifts method in TdApi.java?
This is documentation for MTProto API. TDLib's documentation can be found at https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl and https://core.telegram.org/tdlib/docs/.
This is documentation for MTProto API. TDLib's documentation can be found at https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl and https://core.telegram.org/tdlib/docs/.
Ok, thanks a lot, could you please tell me how to implement this MTProto API in tdlib
This is an unrelated API. You can't use it with TDLib.
This is documentation for MTProto API. TDLib's documentation can be found at https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl and https://core.telegram.org/tdlib/docs/.
I can't found payments.getUserStarGifts in https://github.com/tdlib/td/blob/master/td/generate/scheme/telegram_api.tl,Is this method still available?
TDLib API documentation is at https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl.
TDLib API documentation is at https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl.
I understand. My goal is to call this method, but I can't find it anywhere except in the documentation.I found someone who had the same question as me.https://github.com/wiz0u/WTelegramClient/issues/308