issues
search
reefstah
/
TelegramBotAPI
A Java 8 implementation of Telegram's bot API.
MIT License
8
stars
1
forks
source link
Cleanup:
#4
Closed
UnAfraid
closed
9 years ago
UnAfraid
commented
9 years ago
Replacing Form.add with List since it creates a copy of the inner list upon build() request.
Replacing spaces with tabs
Replacing Non UTF-8 chars
Replacing Arrays.asList() and then using .add method() it will cause exceptions since this method is not implemented.