mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-26 06:41:42 +00:00
334 B
334 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