Class: TD::Types::Update::User

Inherits:
TD::Types::Update show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#userTD::Types::User

New data about the user.

Returns:



6
7
8
# File 'lib/tdlib/types/update/user.rb', line 6

def user
  @user
end