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