docs: restructure and enhance documentation for Ads and Anonymous Numbers features

This commit is contained in:
bohd4nx
2026-05-21 17:06:28 +03:00
parent fb31bad450
commit 392d8f5587
14 changed files with 167 additions and 113 deletions
@@ -0,0 +1,19 @@
# Get Login Code
Use this method to fetch a pending login code for an anonymous number.
## Method
```python
await client.get_login_code(number: str) -> LoginCodeResult
```
## Parameters
- `number`: anonymous number (with or without leading `+`)
## Return
- `number`
- `code` (`None` if no pending code)
- `active_sessions`