Class TdApi.GetMessageProperties

Enclosing class:
TdApi

public static class TdApi.GetMessageProperties extends TdApi.Function<TdApi.MessageProperties>
Returns properties of a message. This is an offline method.

Returns MessageProperties

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageId

      public long messageId
      Identifier of the message.
    • CONSTRUCTOR

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

    • GetMessageProperties

      public GetMessageProperties()
      Default constructor for a function, which returns properties of a message. This is an offline method.

      Returns MessageProperties

    • GetMessageProperties

      public GetMessageProperties(long chatId, long messageId)
      Creates a function, which returns properties of a message. This is an offline method.

      Returns MessageProperties

      Parameters:
      chatId - Chat identifier.
      messageId - Identifier of the message.
  • Method Details