Class: TD::Types::Update::UserFullInfo

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/user_full_info.rb

Overview

Some data from userFullInfo has been changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#user_full_infoTD::Types::UserFullInfo

New full information about the user.

Returns:



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

def user_full_info
  @user_full_info
end

#user_idInteger

User identifier.

Returns:

  • (Integer)

    the current value of user_id



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

def user_id
  @user_id
end