Package org.drinkless.tdlib
Class TdApi.InlineKeyboardButtonTypeSwitchInline
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InlineKeyboardButtonType
org.drinkless.tdlib.TdApi.InlineKeyboardButtonTypeSwitchInline
- Enclosing class:
- TdApi
public static class TdApi.InlineKeyboardButtonTypeSwitchInline
extends TdApi.InlineKeyboardButtonType
A button that forces an inline query to the bot to be inserted in the input field.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Inline query to be sent to the bot.Target chat from which to send the inline query. -
Constructor Summary
ConstructorsConstructorDescriptionA button that forces an inline query to the bot to be inserted in the input field.InlineKeyboardButtonTypeSwitchInline(String query, TdApi.TargetChat targetChat) A button that forces an inline query to the bot to be inserted in the input field. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
query
Inline query to be sent to the bot. -
targetChat
Target chat from which to send the inline query. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InlineKeyboardButtonTypeSwitchInline
public InlineKeyboardButtonTypeSwitchInline()A button that forces an inline query to the bot to be inserted in the input field. -
InlineKeyboardButtonTypeSwitchInline
A button that forces an inline query to the bot to be inserted in the input field.- Parameters:
query- Inline query to be sent to the bot.targetChat- Target chat from which to send the inline query.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-