Class: TD::Types::MessageSchedulingState::SendAtDate

Inherits:
TD::Types::MessageSchedulingState show all
Defined in:
lib/tdlib/types/message_scheduling_state/send_at_date.rb

Overview

The message will be sent at the specified date.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#send_dateInteger

Date the message will be sent. The date must be within 367 days in the future.

Returns:

  • (Integer)

    the current value of send_date



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

def send_date
  @send_date
end