mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-26 14:51:40 +00:00
427 B
427 B
Toggle Login Codes
Use this method to allow or block login code delivery.
Method
await client.toggle_login_codes(number: str, can_receive: bool) -> None
Parameters
number: anonymous number (with or without leading+)can_receive:Trueto allow codes,Falseto block codes
Return
None
Example
await client.toggle_login_codes("+1234567890", can_receive=False)