Class: TD::Types::CloseBirthdayUser
- 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
-
#birthdate ⇒ TD::Types::Birthdate
Birthdate of the user.
-
#user_id ⇒ Integer
User identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#birthdate ⇒ TD::Types::Birthdate
Birthdate of the user.
6 7 8 |
# File 'lib/tdlib/types/close_birthday_user.rb', line 6 def birthdate @birthdate end |
#user_id ⇒ Integer
User identifier.
6 7 8 |
# File 'lib/tdlib/types/close_birthday_user.rb', line 6 def user_id @user_id end |