Class TdApi.GetChatMessageByDate

Enclosing class:
TdApi

public static class TdApi.GetChatMessageByDate
extends TdApi.Function
Returns the last message sent in a chat no later than the specified date.

Returns Message

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • date

      public int date
      Point in time (Unix timestamp) relative to which to search for messages.
    • CONSTRUCTOR

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

    • GetChatMessageByDate

      public GetChatMessageByDate()
      Returns the last message sent in a chat no later than the specified date.

      Returns Message

    • GetChatMessageByDate

      public GetChatMessageByDate​(long chatId, int date)
      Returns the last message sent in a chat no later than the specified date.

      Returns Message

      Parameters:
      chatId - long Chat identifier.
      date - int Point in time (Unix timestamp) relative to which to search for messages.
    • GetChatMessageByDate

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