Guest User

Untitled

a guest
Apr 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public TelegramLongPollingBot(DefaultBotOptions options) {
  2. super(options);
  3. }
  4.  
  5. @Autowired
  6. public TelegramBot(DefaultBotOptions options){
  7. super(options);
  8. }
Add Comment
Please, Sign In to add comment