Class TdApi.MessageCalendarDay

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.MessageCalendarDay
Enclosing class:
TdApi

public static class TdApi.MessageCalendarDay extends TdApi.Object
Contains information about found messages sent on a specific day.
  • Field Details

    • totalCount

      public int totalCount
      Total number of found messages sent on the day.
    • message

      public TdApi.Message message
      First message sent on the day.
    • CONSTRUCTOR

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

    • MessageCalendarDay

      public MessageCalendarDay()
      Contains information about found messages sent on a specific day.
    • MessageCalendarDay

      public MessageCalendarDay(int totalCount, TdApi.Message message)
      Contains information about found messages sent on a specific day.
      Parameters:
      totalCount - Total number of found messages sent on the day.
      message - First message sent on the day.
  • 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