mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-08-05 02:53:26 +00:00
docs: restructure and enhance documentation for Ads and Anonymous Numbers features
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user