Package org.nwolfhub.vk.longpoll
Class NewMessageUpdate.ClientInfo
- java.lang.Object
-
- org.nwolfhub.vk.longpoll.NewMessageUpdate.ClientInfo
-
- Enclosing class:
- NewMessageUpdate
public static class NewMessageUpdate.ClientInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientInfo()ClientInfo(String[] button_actions, boolean keyboard, boolean inline_keyboard, boolean carousel, Integer lang_id)ClientInfo(String button_actions, boolean keyboard, boolean inline_keyboard, boolean carousel, Integer lang_id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getButton_actions()IntegergetLang_id()booleanisCarousel()booleanisInline_keyboard()booleanisKeyboard()
-
-
-
Constructor Detail
-
ClientInfo
public ClientInfo(String[] button_actions, boolean keyboard, boolean inline_keyboard, boolean carousel, Integer lang_id)
-
ClientInfo
public ClientInfo(String button_actions, boolean keyboard, boolean inline_keyboard, boolean carousel, Integer lang_id)
-
ClientInfo
public ClientInfo()
-
-