Class: TD::Types::Update::UserStatus
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::UserStatus
- Defined in:
- lib/tdlib/types/update/user_status.rb
Overview
The user went online or offline.
Instance Attribute Summary collapse
-
#status ⇒ TD::Types::UserStatus
New status of the user.
-
#user_id ⇒ Integer
User identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#status ⇒ TD::Types::UserStatus
New status of the user.
6 7 8 |
# File 'lib/tdlib/types/update/user_status.rb', line 6 def status @status end |
#user_id ⇒ Integer
User identifier.
6 7 8 |
# File 'lib/tdlib/types/update/user_status.rb', line 6 def user_id @user_id end |