Class: TD::Types::ChatType::Private
- Inherits:
-
TD::Types::ChatType
- Object
- Dry::Struct
- Base
- TD::Types::ChatType
- TD::Types::ChatType::Private
- Defined in:
- lib/tdlib/types/chat_type/private.rb
Overview
An ordinary chat with a user.
Instance Attribute Summary collapse
-
#user_id ⇒ Integer
User identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#user_id ⇒ Integer
User identifier.
5 6 7 |
# File 'lib/tdlib/types/chat_type/private.rb', line 5 def user_id @user_id end |