Class: TD::Types::Update::ContactCloseBirthdays

Inherits:
TD::Types::Update show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#close_birthday_usersArray<TD::Types::CloseBirthdayUser>

List of contact users with close birthday.

Returns:



5
6
7
# File 'lib/tdlib/types/update/contact_close_birthdays.rb', line 5

def close_birthday_users
  @close_birthday_users
end