Boolean type.
boolFalse#bc799737 = Bool;
boolTrue#997275b5 = Bool;
---functions---
auth.logOut#5717da40 = Bool;
auth.resetAuthorizations#9fab0d1a = Bool;
auth.bindTempAuthKey#cdd42a05 perm_auth_key_id:long nonce:long expires_at:int encrypted_message:bytes = Bool;
account.registerDevice#a28557ac token_type:int token:string device_model:string system_version:string app_version:string app_sandbox:Bool = Bool;
account.unregisterDevice#65c55b40 token_type:int token:string = Bool;
account.updateNotifySettings#84be5b93 peer:InputNotifyPeer settings:InputPeerNotifySettings = Bool;
account.resetNotifySettings#db7e1747 = Bool;
account.updateStatus#6628562c offline:Bool = Bool;
account.reportPeer#ae189d5f peer:InputPeer reason:ReportReason = Bool;
contacts.deleteContacts#59ab389e id:Vector<InputUser> = Bool;
contacts.deleteByPhones#1013fd9e phones:Vector<string> = Bool;
contacts.block#332b49fc id:InputUser = Bool;
contacts.unblock#e54100bd id:InputUser = Bool;
messages.setTyping#719839e9 peer:InputPeer typing:Bool = Bool;
messages.reportSpam#cf1592db peer:InputPeer = Bool;
messages.hideReportSpam#a8f1709b peer:InputPeer = Bool;
messages.report#bd82b658 peer:InputPeer id:Vector<int> reason:ReportReason = Bool;
upload.saveFilePart#b304a621 file_id:long file_part:int bytes:bytes = Bool;
Constructor | Description |
---|---|
boolFalse | Constructor may be interpreted as a booleanfalse value. |
boolTrue | The constructor can be interpreted as a booleantrue value. |