td icon indicating copy to clipboard operation
td copied to clipboard

function getUserStarGifts not found

Open yeqingyun opened this issue 5 months ago • 6 comments

I am using Java latest version, why can't I find the getUserStarGifts method in TdApi.java?

Image

yeqingyun avatar Aug 11 '25 08:08 yeqingyun

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/.

levlam avatar Aug 11 '25 08:08 levlam

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

yeqingyun avatar Aug 11 '25 09:08 yeqingyun

This is an unrelated API. You can't use it with TDLib.

levlam avatar Aug 11 '25 09:08 levlam

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?

yeqingyun avatar Aug 12 '25 03:08 yeqingyun

TDLib API documentation is at https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl.

levlam avatar Aug 12 '25 08:08 levlam

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

yeqingyun avatar Aug 12 '25 11:08 yeqingyun