Class: TD::Types::Update::ContactCloseBirthdays
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ContactCloseBirthdays
- Defined in:
- lib/tdlib/types/update/contact_close_birthdays.rb
Overview
The list of contacts that had birthdays recently or will have birthday soon has changed.
Instance Attribute Summary collapse
-
#close_birthday_users ⇒ Array<TD::Types::CloseBirthdayUser>
List of contact users with close birthday.
Method Summary
Methods inherited from Base
Instance Attribute Details
#close_birthday_users ⇒ Array<TD::Types::CloseBirthdayUser>
List of contact users with close birthday.
5 6 7 |
# File 'lib/tdlib/types/update/contact_close_birthdays.rb', line 5 def close_birthday_users @close_birthday_users end |