Class: TD::Types::BusinessAwayMessageSchedule::Custom
- Inherits:
-
TD::Types::BusinessAwayMessageSchedule
- Object
- Dry::Struct
- TD::Types::Base
- TD::Types::BusinessAwayMessageSchedule
- TD::Types::BusinessAwayMessageSchedule::Custom
- Defined in:
- lib/tdlib/types/business_away_message_schedule/custom.rb
Overview
Send away messages only in the specified time span.
Instance Attribute Summary collapse
-
#end_date ⇒ Integer
Point in time (Unix timestamp) when the away messages will stop to be sent.
-
#start_date ⇒ Integer
Point in time (Unix timestamp) when the away messages will start to be sent.
Method Summary
Methods inherited from TD::Types::Base
Instance Attribute Details
#end_date ⇒ Integer
Point in time (Unix timestamp) when the away messages will stop to be sent.
6 7 8 |
# File 'lib/tdlib/types/business_away_message_schedule/custom.rb', line 6 def end_date @end_date end |
#start_date ⇒ Integer
Point in time (Unix timestamp) when the away messages will start to be sent.
6 7 8 |
# File 'lib/tdlib/types/business_away_message_schedule/custom.rb', line 6 def start_date @start_date end |