Class 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 Detail

      • query

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

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InlineKeyboardButtonTypeSwitchInline

        public InlineKeyboardButtonTypeSwitchInline()
        Default constructor.
      • InlineKeyboardButtonTypeSwitchInline

        public InlineKeyboardButtonTypeSwitchInline​(java.lang.String query,
                                                    boolean inCurrentChat)
        Constructor for initialization of all fields.
        Parameters:
        query - Inline query to be sent to the bot.
        inCurrentChat - True, if the inline query should be sent from the current chat.