Class: TD::Types::UserStatus::Online
- Inherits:
-
TD::Types::UserStatus
- Object
- Dry::Struct
- Base
- TD::Types::UserStatus
- TD::Types::UserStatus::Online
- Defined in:
- lib/tdlib/types/user_status/online.rb
Overview
The user is online.
Instance Attribute Summary collapse
-
#expires ⇒ Integer
Point in time (Unix timestamp) when the user’s online status will expire.
Method Summary
Methods inherited from Base
Instance Attribute Details
#expires ⇒ Integer
Point in time (Unix timestamp) when the user’s online status will expire.
5 6 7 |
# File 'lib/tdlib/types/user_status/online.rb', line 5 def expires @expires end |