docufix
This commit is contained in:
parent
68756d9f16
commit
865a5841fd
@ -58,11 +58,14 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/account.changePhone`
|
||||
Parameters:
|
||||
|
||||
phone_number - Json encoded string
|
||||
|
||||
phone_code_hash - Json encoded string
|
||||
|
||||
phone_code - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ username - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/account.confirmPhone`
|
||||
Parameters:
|
||||
|
||||
phone_code_hash - Json encoded string
|
||||
|
||||
phone_code - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ reason - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ peer - Json encoded InputNotifyPeer
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ current_password_hash - Json encoded bytes
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ key - Json encoded InputPrivacyKey
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/account.getTmpPassword`
|
||||
Parameters:
|
||||
|
||||
password_hash - Json encoded bytes
|
||||
|
||||
period - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/account.registerDevice`
|
||||
Parameters:
|
||||
|
||||
token_type - Json encoded int
|
||||
|
||||
token - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/account.reportPeer`
|
||||
Parameters:
|
||||
|
||||
peer - Json encoded InputPeer
|
||||
|
||||
reason - Json encoded ReportReason
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ hash - Json encoded long
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -58,11 +58,14 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/account.sendChangePhoneCode`
|
||||
Parameters:
|
||||
|
||||
allow_flashcall - Json encoded Bool
|
||||
|
||||
phone_number - Json encoded string
|
||||
|
||||
current_number - Json encoded Bool
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -58,11 +58,14 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/account.sendConfirmPhoneCode`
|
||||
Parameters:
|
||||
|
||||
allow_flashcall - Json encoded Bool
|
||||
|
||||
hash - Json encoded string
|
||||
|
||||
current_number - Json encoded Bool
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ ttl - Json encoded AccountDaysTTL
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/account.setPrivacy`
|
||||
Parameters:
|
||||
|
||||
key - Json encoded InputPrivacyKey
|
||||
|
||||
rules - Json encoded array of InputPrivacyRule
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/account.unregisterDevice`
|
||||
Parameters:
|
||||
|
||||
token_type - Json encoded int
|
||||
|
||||
token - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ period - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/account.updateNotifySettings`
|
||||
Parameters:
|
||||
|
||||
peer - Json encoded InputNotifyPeer
|
||||
|
||||
settings - Json encoded InputPeerNotifySettings
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/account.updatePasswordSetting
|
||||
Parameters:
|
||||
|
||||
current_password_hash - Json encoded bytes
|
||||
|
||||
new_settings - Json encoded account_PasswordInputSettings
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -58,11 +58,14 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/account.updateProfile`
|
||||
Parameters:
|
||||
|
||||
first_name - Json encoded string
|
||||
|
||||
last_name - Json encoded string
|
||||
|
||||
about - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ offline - Json encoded Bool
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ username - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,12 +59,16 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/auth.bindTempAuthKey`
|
||||
Parameters:
|
||||
|
||||
perm_auth_key_id - Json encoded long
|
||||
|
||||
nonce - Json encoded long
|
||||
|
||||
expires_at - Json encoded int
|
||||
|
||||
encrypted_message - Json encoded bytes
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/auth.cancelCode`
|
||||
Parameters:
|
||||
|
||||
phone_number - Json encoded string
|
||||
|
||||
phone_code_hash - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ password_hash - Json encoded bytes
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ phone_number - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ except_auth_keys - Json encoded array of long
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ dc_id - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/auth.importAuthorization`
|
||||
Parameters:
|
||||
|
||||
id - Json encoded int
|
||||
|
||||
bytes - Json encoded bytes
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ code - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/auth.resendCode`
|
||||
Parameters:
|
||||
|
||||
phone_number - Json encoded string
|
||||
|
||||
phone_code_hash - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/auth.sendInvites`
|
||||
Parameters:
|
||||
|
||||
phone_numbers - Json encoded array of string
|
||||
|
||||
message - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/bots.answerWebhookJSONQuery`
|
||||
Parameters:
|
||||
|
||||
query_id - Json encoded long
|
||||
|
||||
data - Json encoded DataJSON
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/bots.sendCustomRequest`
|
||||
Parameters:
|
||||
|
||||
custom_method - Json encoded string
|
||||
|
||||
params - Json encoded DataJSON
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.checkUsername`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
username - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,12 +59,16 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.createChannel`
|
||||
Parameters:
|
||||
|
||||
broadcast - Json encoded Bool
|
||||
|
||||
megagroup - Json encoded Bool
|
||||
|
||||
title - Json encoded string
|
||||
|
||||
about - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ channel - Json encoded InputChannel
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.deleteMessages`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
id - Json encoded array of int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.deleteUserHistory`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
user_id - Json encoded InputUser
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.editAbout`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
about - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -58,11 +58,14 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.editAdmin`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
user_id - Json encoded InputUser
|
||||
|
||||
admin_rights - Json encoded ChannelAdminRights
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -58,11 +58,14 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.editBanned`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
user_id - Json encoded InputUser
|
||||
|
||||
banned_rights - Json encoded ChannelBannedRights
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.editPhoto`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
photo - Json encoded InputChatPhoto
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.editTitle`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
title - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ channel - Json encoded InputChannel
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.exportMessageLink`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
id - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -62,15 +62,22 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.getAdminLog`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
q - Json encoded string
|
||||
|
||||
events_filter - Json encoded ChannelAdminLogEventsFilter
|
||||
|
||||
admins - Json encoded array of InputUser
|
||||
|
||||
max_id - Json encoded long
|
||||
|
||||
min_id - Json encoded long
|
||||
|
||||
limit - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ id - Json encoded array of InputChannel
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.getMessages`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
id - Json encoded array of int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.getParticipant`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
user_id - Json encoded InputUser
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.inviteToChannel`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
users - Json encoded array of InputUser
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ channel - Json encoded InputChannel
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ channel - Json encoded InputChannel
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.readHistory`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
max_id - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -58,11 +58,14 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.reportSpam`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
user_id - Json encoded InputUser
|
||||
|
||||
id - Json encoded array of int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.toggleInvites`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
enabled - Json encoded Bool
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.toggleSignatures`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
enabled - Json encoded Bool
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -58,11 +58,14 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.updatePinnedMessage`
|
||||
Parameters:
|
||||
|
||||
silent - Json encoded Bool
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
id - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/channels.updateUsername`
|
||||
Parameters:
|
||||
|
||||
channel - Json encoded InputChannel
|
||||
|
||||
username - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ id - Json encoded InputUser
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ id - Json encoded InputUser
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ id - Json encoded array of InputUser
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/contacts.getBlocked`
|
||||
Parameters:
|
||||
|
||||
offset - Json encoded int
|
||||
|
||||
limit - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ hash - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -64,17 +64,26 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/contacts.getTopPeers`
|
||||
Parameters:
|
||||
|
||||
correspondents - Json encoded Bool
|
||||
|
||||
bots_pm - Json encoded Bool
|
||||
|
||||
bots_inline - Json encoded Bool
|
||||
|
||||
phone_calls - Json encoded Bool
|
||||
|
||||
groups - Json encoded Bool
|
||||
|
||||
channels - Json encoded Bool
|
||||
|
||||
offset - Json encoded int
|
||||
|
||||
limit - Json encoded int
|
||||
|
||||
hash - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ export_card - Json encoded array of int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/contacts.importContacts`
|
||||
Parameters:
|
||||
|
||||
contacts - Json encoded array of InputContact
|
||||
|
||||
replace - Json encoded Bool
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/contacts.resetTopPeerRating`
|
||||
Parameters:
|
||||
|
||||
category - Json encoded TopPeerCategory
|
||||
|
||||
peer - Json encoded InputPeer
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/contacts.search`
|
||||
Parameters:
|
||||
|
||||
q - Json encoded string
|
||||
|
||||
limit - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ id - Json encoded InputUser
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -60,13 +60,18 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/contest.saveDeveloperInfo`
|
||||
Parameters:
|
||||
|
||||
vk_id - Json encoded int
|
||||
|
||||
name - Json encoded string
|
||||
|
||||
phone_number - Json encoded string
|
||||
|
||||
age - Json encoded int
|
||||
|
||||
city - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ session_id - Json encoded long
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ num - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ prev_app_version - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ events - Json encoded array of InputAppEvent
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/help.setBotUpdatesStatus`
|
||||
Parameters:
|
||||
|
||||
pending_updates_count - Json encoded int
|
||||
|
||||
message - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -63,16 +63,24 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/initConnection`
|
||||
Parameters:
|
||||
|
||||
api_id - Json encoded int
|
||||
|
||||
device_model - Json encoded string
|
||||
|
||||
system_version - Json encoded string
|
||||
|
||||
app_version - Json encoded string
|
||||
|
||||
system_lang_code - Json encoded string
|
||||
|
||||
lang_pack - Json encoded string
|
||||
|
||||
lang_code - Json encoded string
|
||||
|
||||
query - Json encoded !X
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/invokeAfterMsg`
|
||||
Parameters:
|
||||
|
||||
msg_id - Json encoded long
|
||||
|
||||
query - Json encoded !X
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/invokeAfterMsgs`
|
||||
Parameters:
|
||||
|
||||
msg_ids - Json encoded array of long
|
||||
|
||||
query - Json encoded !X
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/invokeWithLayer`
|
||||
Parameters:
|
||||
|
||||
layer - Json encoded int
|
||||
|
||||
query - Json encoded !X
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ query - Json encoded !X
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ from_version - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ lang_code - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/langpack.getStrings`
|
||||
Parameters:
|
||||
|
||||
lang_code - Json encoded string
|
||||
|
||||
keys - Json encoded array of string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -58,11 +58,14 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/messages.addChatUser`
|
||||
Parameters:
|
||||
|
||||
chat_id - Json encoded InputPeer
|
||||
|
||||
user_id - Json encoded InputUser
|
||||
|
||||
fwd_limit - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ hash - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ attached - Json encoded Bool
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/messages.createChat`
|
||||
Parameters:
|
||||
|
||||
users - Json encoded array of InputUser
|
||||
|
||||
title - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/messages.deleteChatUser`
|
||||
Parameters:
|
||||
|
||||
chat_id - Json encoded InputPeer
|
||||
|
||||
user_id - Json encoded InputUser
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -58,11 +58,14 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/messages.deleteHistory`
|
||||
Parameters:
|
||||
|
||||
just_clear - Json encoded Bool
|
||||
|
||||
peer - Json encoded InputPeer
|
||||
|
||||
max_id - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/messages.deleteMessages`
|
||||
Parameters:
|
||||
|
||||
revoke - Json encoded Bool
|
||||
|
||||
id - Json encoded array of int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -58,11 +58,14 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/messages.editChatAdmin`
|
||||
Parameters:
|
||||
|
||||
chat_id - Json encoded InputPeer
|
||||
|
||||
user_id - Json encoded InputUser
|
||||
|
||||
is_admin - Json encoded Bool
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/messages.editChatPhoto`
|
||||
Parameters:
|
||||
|
||||
chat_id - Json encoded InputPeer
|
||||
|
||||
photo - Json encoded InputChatPhoto
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/messages.editChatTitle`
|
||||
Parameters:
|
||||
|
||||
chat_id - Json encoded InputPeer
|
||||
|
||||
title - Json encoded string
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ chat_id - Json encoded InputPeer
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -57,10 +57,12 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/messages.forwardMessage`
|
||||
Parameters:
|
||||
|
||||
peer - Json encoded InputPeer
|
||||
|
||||
id - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -61,14 +61,20 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/messages.forwardMessages`
|
||||
Parameters:
|
||||
|
||||
silent - Json encoded Bool
|
||||
|
||||
background - Json encoded Bool
|
||||
|
||||
with_my_score - Json encoded Bool
|
||||
|
||||
from_peer - Json encoded InputPeer
|
||||
|
||||
id - Json encoded array of int
|
||||
|
||||
to_peer - Json encoded InputPeer
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ except_ids - Json encoded array of int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -59,6 +59,7 @@ hash - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
@ -58,11 +58,14 @@ POST/GET to `https://api.pwrtelegram.xyz/userTOKEN/messages.getArchivedStickers`
|
||||
Parameters:
|
||||
|
||||
masks - Json encoded Bool
|
||||
|
||||
offset_id - Json encoded long
|
||||
|
||||
limit - Json encoded int
|
||||
|
||||
|
||||
|
||||
|
||||
Or, if you're into Lua:
|
||||
|
||||
```
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user