Module tdlight.api

Class TdApi.GetChatMessageByDate

Enclosing class:
TdApi

public static final class TdApi.GetChatMessageByDate extends TdApi.Function<TdApi.Message>
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:
  • 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
      Returns the last message sent in a chat no later than the specified date. Returns Message
      Throws:
      IOException
  • Method Details