Class: TD::Types::ChatType::Private

Inherits:
TD::Types::ChatType show all
Defined in:
lib/tdlib/types/chat_type/private.rb

Overview

An ordinary chat with a user.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#user_idInteger

User identifier.

Returns:

  • (Integer)

    the current value of user_id



5
6
7
# File 'lib/tdlib/types/chat_type/private.rb', line 5

def user_id
  @user_id
end