TelegramApi icon indicating copy to clipboard operation
TelegramApi copied to clipboard

Package local methods in org.telegram.bot.kernel.MainHandler

Open arandomic opened this issue 7 years ago • 1 comments

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.

arandomic avatar May 23 '17 11:05 arandomic

No reason, I forgot to make it public I think. Will change it as soon as possible

rubenlagus avatar May 23 '17 17:05 rubenlagus