Class: TD::Types::Update::User
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::User
- Defined in:
- lib/tdlib/types/update/user.rb
Overview
Some data of a user has changed. This update is guaranteed to come before the user identifier is returned to the application.
Instance Attribute Summary collapse
-
#user ⇒ TD::Types::User
New data about the user.
Method Summary
Methods inherited from Base
Instance Attribute Details
#user ⇒ TD::Types::User
New data about the user.
6 7 8 |
# File 'lib/tdlib/types/update/user.rb', line 6 def user @user end |