Class: TD::Types::TMeUrlType::User

Inherits:
TD::Types::TMeUrlType show all
Defined in:
lib/tdlib/types/t_me_url_type/user.rb

Overview

A URL linking to a user.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#user_idInteger

Identifier of the user.

Returns:

  • (Integer)

    the current value of user_id



5
6
7
# File 'lib/tdlib/types/t_me_url_type/user.rb', line 5

def user_id
  @user_id
end