Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java: Can't find field [allowPaidBroadcast] with signature [Z] #3176

Closed
cdxf opened this issue Dec 10, 2024 · 0 comments
Closed

Java: Can't find field [allowPaidBroadcast] with signature [Z] #3176

cdxf opened this issue Dec 10, 2024 · 0 comments

Comments

@cdxf
Copy link

cdxf commented Dec 10, 2024

I get the following error:

FATAL ERROR in native method: Can't find field [allowPaidBroadcast] with signature [Z]
at org.drinkless.tdlib.TdApi$Function.toString(Native Method)

When calling this API:

    TdApi.SendMessage sendMessage = new TdApi.SendMessage(chatId, 0, null, getMessageSendOptions(disableNotification, protectContent, ThreadLocalRandom.current().nextInt()), new TdApi.ReplyMarkupRemoveKeyboard(), inputMessageContent);

Build: Latest (437e7f9)

@cdxf cdxf changed the title Can't find field [allowPaidBroadcast] with signature [Z] Java: Can't find field [allowPaidBroadcast] with signature [Z] Dec 10, 2024
@cdxf cdxf closed this as completed Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant