Interface UpdateContactCloseBirthdays

The list of contacts that had birthdays recently or will have birthday soon has changed. Subtype of Update.

interface UpdateContactCloseBirthdays {
    @type: "updateContactCloseBirthdays";
    close_birthday_users: CloseBirthdayUser[];
}

Properties

@type: "updateContactCloseBirthdays"
close_birthday_users: CloseBirthdayUser[]

List of contact users with close birthday.