Class SwitchInlineQueryChosenChat
java.lang.Object
com.pengrad.telegrambot.model.request.SwitchInlineQueryChosenChat
- All Implemented Interfaces:
java.io.Serializable
public class SwitchInlineQueryChosenChat
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SwitchInlineQueryChosenChat() -
Method Summary
Modifier and Type Method Description SwitchInlineQueryChosenChatallowBotChats(java.lang.Boolean allowBotChats)SwitchInlineQueryChosenChatallowChannelChats(java.lang.Boolean allowChannelChats)SwitchInlineQueryChosenChatallowGroupChats(java.lang.Boolean allowGroupChats)SwitchInlineQueryChosenChatallowUserChats(java.lang.Boolean allowUserChats)SwitchInlineQueryChosenChatquery(java.lang.String query)
-
Constructor Details
-
SwitchInlineQueryChosenChat
public SwitchInlineQueryChosenChat()
-
-
Method Details