Class TdApi.GetPreparedInlineMessage

Enclosing class:
TdApi

public static class TdApi.GetPreparedInlineMessage extends TdApi.Function<TdApi.PreparedInlineMessage>
Saves an inline message to be sent by the given user.

Returns PreparedInlineMessage

  • Field Details

    • botUserId

      public long botUserId
      Identifier of the bot that created the message.
    • preparedMessageId

      public String preparedMessageId
      Identifier of the prepared message.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetPreparedInlineMessage

      public GetPreparedInlineMessage()
      Default constructor for a function, which saves an inline message to be sent by the given user.

      Returns PreparedInlineMessage

    • GetPreparedInlineMessage

      public GetPreparedInlineMessage(long botUserId, String preparedMessageId)
      Creates a function, which saves an inline message to be sent by the given user.

      Returns PreparedInlineMessage

      Parameters:
      botUserId - Identifier of the bot that created the message.
      preparedMessageId - Identifier of the prepared message.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR