Interface SuggestUserBirthdate

Suggests a birthdate to another regular user with common messages and allowing non-paid messages. Request type for Tdjson#suggestUserBirthdate.

interface SuggestUserBirthdate {
    @type: "suggestUserBirthdate";
    birthdate: Birthdate;
    user_id: number;
}

Properties

@type: "suggestUserBirthdate"
birthdate: Birthdate

Birthdate to suggest.

user_id: number

User identifier.