Interface SharePhoneNumber

Shares the phone number of the current user with a mutual contact. Supposed to be called when the user clicks on chatActionBarSharePhoneNumber. Request type for Tdjson#sharePhoneNumber.

interface SharePhoneNumber {
    @type: "sharePhoneNumber";
    user_id: number;
}

Properties

Properties

@type: "sharePhoneNumber"
user_id: number

Identifier of the user with whom to share the phone number. The user must be a mutual contact.