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

how do you call sendMessage() method #42

Open
ttpro1995 opened this issue Jul 18, 2018 · 1 comment
Open

how do you call sendMessage() method #42

ttpro1995 opened this issue Jul 18, 2018 · 1 comment

Comments

@ttpro1995
Copy link

How to do call sendMessage()
I don't see where you define or import and I don't know how to import

@aarystan
Copy link

For long polling bot:

        try {
            execute(new SendMessage(chatId, text));
        } catch (TelegramApiException e) {
        }

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

2 participants