Class TdApi.InlineKeyboardButtonTypeSwitchInline

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InlineKeyboardButtonType
it.tdlight.jni.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 Details

    • query

      public String query
      Inline query to be sent to the bot.
    • inCurrentChat

      public boolean inCurrentChat
      True, if the inline query must be sent from the current chat.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • InlineKeyboardButtonTypeSwitchInline

      public InlineKeyboardButtonTypeSwitchInline()
      A button that forces an inline query to the bot to be inserted in the input field.
    • InlineKeyboardButtonTypeSwitchInline

      public InlineKeyboardButtonTypeSwitchInline​(String query, boolean inCurrentChat)
      A button that forces an inline query to the bot to be inserted in the input field.
      Parameters:
      query - String Inline query to be sent to the bot.
      inCurrentChat - boolean True, if the inline query must be sent from the current chat.
    • InlineKeyboardButtonTypeSwitchInline

      public InlineKeyboardButtonTypeSwitchInline​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details