Contact

class bale.Contact(phone_number, first_name, last_name, user_id)

Bases: BaleObject

This object shows a Contact.

phone_number

Contact’s phone number.

Type:

int

first_name

Contact’s first name.

Type:

str

last_name

Contact’s last name.

Type:

Optional[str]

user_id

Contact’s user identifier in Bale.

Type:

Optional[int]