TelegramApi
TelegramApi copied to clipboard
Package local methods in org.telegram.bot.kernel.MainHandler
There are package local methods in MainHandler: constructor (org.telegram.bot.kernel.MainHandler#MainHandler) and stop (org.telegram.bot.kernel.MainHandler#stop). Is there any deep reasons for this?
I want to write my own TelegramBot-kernel class for some purposes, but i can't use MainHandler in it now.
No reason, I forgot to make it public I think. Will change it as soon as possible