Class TdApi.InlineMessageId

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InlineMessageId
Enclosing class:
TdApi

public static class TdApi.InlineMessageId extends TdApi.Object
Contains identifier of a sent guest message.
  • Field Details

    • id

      public String id
      Unique identifier for the message.
    • CONSTRUCTOR

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

    • InlineMessageId

      public InlineMessageId()
      Contains identifier of a sent guest message.
    • InlineMessageId

      public InlineMessageId(String id)
      Contains identifier of a sent guest message.
      Parameters:
      id - Unique identifier for the 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