Sha256: 0bb56e871044effaf14ff28d01601ea9894a6c31d085f0b0207bbe2c12ca0e39

Contents?: true

Size: 311 Bytes

Versions: 2

Compression:

Stored size: 311 Bytes

Contents

module TD::Types
  # The message will be sent at the specified date.
  #
  # @attr send_date [Integer] Date the message will be sent.
  #   The date must be within 367 days in the future.
  class MessageSchedulingState::SendAtDate < MessageSchedulingState
    attribute :send_date, TD::Types::Integer
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/message_scheduling_state/send_at_date.rb
tdlib-ruby-2.2.0 lib/tdlib/types/message_scheduling_state/send_at_date.rb