Class: TD::Types::TMeUrlType::User
- Inherits:
-
TD::Types::TMeUrlType
- Object
- Dry::Struct
- Base
- TD::Types::TMeUrlType
- TD::Types::TMeUrlType::User
- Defined in:
- lib/tdlib/types/t_me_url_type/user.rb
Overview
A URL linking to a user.
Instance Attribute Summary collapse
-
#user_id ⇒ Integer
Identifier of the user.
Method Summary
Methods inherited from Base
Instance Attribute Details
#user_id ⇒ Integer
Identifier of the user.
5 6 7 |
# File 'lib/tdlib/types/t_me_url_type/user.rb', line 5 def user_id @user_id end |