Class: TD::Types::MessageCalendarDay

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/message_calendar_day.rb

Overview

Contains information about found messages sent on a specific day.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#messageTD::Types::Message

First message sent on the day.

Returns:



6
7
8
# File 'lib/tdlib/types/message_calendar_day.rb', line 6

def message
  @message
end

#total_countInteger

Total number of found messages sent on the day.

Returns:

  • (Integer)

    the current value of total_count



6
7
8
# File 'lib/tdlib/types/message_calendar_day.rb', line 6

def total_count
  @total_count
end