Class: TD::Types::CloseBirthdayUser

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/close_birthday_user.rb

Overview

Describes a user that had or will have a birthday soon.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#birthdateTD::Types::Birthdate

Birthdate of the user.

Returns:



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

def birthdate
  @birthdate
end

#user_idInteger

User identifier.

Returns:

  • (Integer)

    the current value of user_id



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

def user_id
  @user_id
end