Introduction
Getting Started
API Reference
Topic Guides
Meta
Telegram API
Client.
get_contacts_count
Get the total count of contacts from your Telegram address book.
int – On success, the contacts count is returned.
int
Example
count = app.get_contacts_count() print(count)