Class TdApi.MessageCalendar

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

public static class TdApi.MessageCalendar extends TdApi.Object
Contains information about found messages, split by days according to the option "utc_time_offset".
  • Field Details

    • totalCount

      public int totalCount
      Total number of found messages.
    • days

      public TdApi.MessageCalendarDay[] days
      Information about messages sent.
    • CONSTRUCTOR

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

    • MessageCalendar

      public MessageCalendar()
      Contains information about found messages, split by days according to the option "utc_time_offset".
    • MessageCalendar

      public MessageCalendar(int totalCount, TdApi.MessageCalendarDay[] days)
      Contains information about found messages, split by days according to the option "utc_time_offset".
      Parameters:
      totalCount - Total number of found messages.
      days - Information about messages sent.
  • 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