From b00880cf821eb724c30b6b3c0a12d178ff033308 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 20 Aug 2017 15:35:23 +0000 Subject: [PATCH] AMP fixes --- docs/Chat.md | 2 +- docs/FullInfo.md | 2 +- docs/Info.md | 2 +- docs/Participant.md | 2 +- docs/bot_login.md | 2 +- docs/complete_2FA_login.md | 2 +- docs/complete_phone_login.md | 2 +- docs/complete_signup.md | 2 +- docs/get_dialogs.md | 2 +- docs/get_full_info.md | 2 +- docs/get_info.md | 2 +- docs/get_pwr_chat.md | 2 +- docs/get_self.md | 2 +- docs/phone_login.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/Chat.md b/docs/Chat.md index 4cb4c85d6..067f3dd42 100644 --- a/docs/Chat.md +++ b/docs/Chat.md @@ -9,7 +9,7 @@ description: chat attributes, type and example ### Attributes: | Name | Type | Required |Description| -|----------|:-------------:|:--------:|----------:| +|----------|---------------|----------|-----------| |type|[string](API_docs/types/string.md) | Yes|bot, user, channel, supergroup or chat| |id|[long](API_docs/types/long.md) | Yes|bot API chat id| |access\_hash|[long](API_docs/types/long.md) | Optional|access hash of peer| diff --git a/docs/FullInfo.md b/docs/FullInfo.md index 41ec4c9bb..e306f56fd 100644 --- a/docs/FullInfo.md +++ b/docs/FullInfo.md @@ -9,7 +9,7 @@ description: chat attributes, type and example ### Attributes: | Name | Type | Required |Description| -|----------|:-------------:|:--------:|----------:| +|----------|---------------|----------|-----------| |partial|[Info](Info.md) | Yes|Info object| |last_update|[int](API_docs/types/int.md) | Yes|unixdate| |full|[ChatFull](API_docs/types/ChatFull.md) or [UserFull](API_docs/types/UserFull.md) | Yes|full info| diff --git a/docs/Info.md b/docs/Info.md index 7084713a9..ed36edf5f 100644 --- a/docs/Info.md +++ b/docs/Info.md @@ -9,7 +9,7 @@ description: chat attributes, type and example ### Attributes: | Name | Type | Required |Description| -|----------|:-------------:|:--------:|----------:| +|----------|---------------|----------|-----------| |type|[string](API_docs/types/string.md) | Yes|bot, user, channel, supergroup or chat| |bot\_api\_id|[long](API_docs/types/long.md) | Yes|bot API chat id| |InputPeer|[InputPeer](API_docs/types/InputPeer.md) | Yes|InputPeer object| diff --git a/docs/Participant.md b/docs/Participant.md index bc121f967..eebe92bb8 100644 --- a/docs/Participant.md +++ b/docs/Participant.md @@ -9,7 +9,7 @@ description: PWRTelegram participant attributes, type and example ### Attributes: | Name | Type | Required | Description| -|----------|:-------------:|:--------:|-----------:| +|----------|---------------|----------|------------| |user|[Chat](Chat.md) | Yes| The participant| |inviter|[Chat](Chat.md) | Optional|The user that invited this participant| |promoted_by|[Chat](Chat.md) | Optional|The user that promoted this participant| diff --git a/docs/bot_login.md b/docs/bot_login.md index 1363e595d..5d008c3eb 100644 --- a/docs/bot_login.md +++ b/docs/bot_login.md @@ -8,7 +8,7 @@ description: bot_login parameters, return type and example ### Parameters: | Name | Type | -|----------|:-------------:| +|----------|---------------| |token| A string with the bot token| ### Return type: [auth.Authorization](API_docs/types/auth_Authorization.md) diff --git a/docs/complete_2FA_login.md b/docs/complete_2FA_login.md index 391f502da..6d4adbb2e 100644 --- a/docs/complete_2FA_login.md +++ b/docs/complete_2FA_login.md @@ -8,7 +8,7 @@ description: complete_2FA_login parameters, return type and example ### Parameters: | Name | Type | -|----------|:-------------:| +|----------|---------------| |password| A string with the password| ### Return type: [auth.Authorization](API_docs/types/auth_Authorization.md) diff --git a/docs/complete_phone_login.md b/docs/complete_phone_login.md index a1727e858..652da375f 100644 --- a/docs/complete_phone_login.md +++ b/docs/complete_phone_login.md @@ -8,7 +8,7 @@ description: complete_phone_login parameters, return type and example ### Parameters: | Name | Type | -|----------|:-------------:| +|----------|---------------| |code| A string with the phone code| ### Return type: [auth.Authorization](API_docs/types/auth_Authorization.md) or [account.Password](http://docs.madelineproto.xyz/API_docs/types/account_Password.html) or `['_' => 'account.needSignup']` diff --git a/docs/complete_signup.md b/docs/complete_signup.md index f2102c53e..80fe2cc09 100644 --- a/docs/complete_signup.md +++ b/docs/complete_signup.md @@ -8,7 +8,7 @@ description: complete_signup parameters, return type and example ### Parameters: | Name | Type | -|----------|:-------------:| +|----------|---------------| |first_name| A string with the first name| |last_name| Optional, string with the last name| diff --git a/docs/get_dialogs.md b/docs/get_dialogs.md index 5174d57c8..6f8ffaac8 100644 --- a/docs/get_dialogs.md +++ b/docs/get_dialogs.md @@ -8,7 +8,7 @@ description: get_dialogs parameters, return type and example ### Parameters: | Name | Type | -|----------|:-------------:| +|----------|---------------| ### Return type: Array of [Peer objects](API_docs/types/Peer.md) diff --git a/docs/get_full_info.md b/docs/get_full_info.md index c9c12f317..a9696e2d5 100644 --- a/docs/get_full_info.md +++ b/docs/get_full_info.md @@ -8,7 +8,7 @@ description: get_full_info parameters, return type and example ### Parameters: | Name | Type | -|----------|:-------------:| +|----------|---------------| |id| A username, a bot API chat id, a tg-cli chat id, a [Chat](API_docs/types/Chat.md), a [User](API_docs/types/User.md), an [InputPeer](API_docs/types/InputPeer.md), an [InputUser](API_docs/types/InputUser.md), an [InputChannel](API_docs/types/InputChannel.md), a [Peer](API_docs/types/Peer.md), or a [Chat](API_docs/types/Chat.md) object| ### Return type: [FullInfo](FullInfo.md) diff --git a/docs/get_info.md b/docs/get_info.md index be4727716..4f39a0845 100644 --- a/docs/get_info.md +++ b/docs/get_info.md @@ -8,7 +8,7 @@ description: get_info parameters, return type and example ### Parameters: | Name | Type | -|----------|:-------------:| +|----------|---------------| |id| A username, a bot API chat id, a tg-cli chat id, a [Chat](API_docs/types/Chat.md), a [User](API_docs/types/User.md), an [InputPeer](API_docs/types/InputPeer.md), an [InputUser](API_docs/types/InputUser.md), an [InputChannel](API_docs/types/InputChannel.md), a [Peer](API_docs/types/Peer.md), or a [Chat](API_docs/types/Chat.md) object| ### Return type: [Info](Info.md) diff --git a/docs/get_pwr_chat.md b/docs/get_pwr_chat.md index 941f956a6..4b2bfca03 100644 --- a/docs/get_pwr_chat.md +++ b/docs/get_pwr_chat.md @@ -8,7 +8,7 @@ description: get_pwr_chat parameters, return type and example ### Parameters: | Name | Type | -|----------|:-------------:| +|----------|---------------| |id| A username, a bot API chat id, a tg-cli chat id, a [Chat](API_docs/types/Chat.md), a [User](API_docs/types/User.md), an [InputPeer](API_docs/types/InputPeer.md), an [InputUser](API_docs/types/InputUser.md), an [InputChannel](API_docs/types/InputChannel.md), a [Peer](API_docs/types/Peer.md), or a [Chat](API_docs/types/Chat.md) object| |fullfetch| Optional, a boolean that if set to true (the default) fetches full info (chat photo, invite link, bot info, common_chats_count, phone_calls_available, phone_calls_private, can_set_username, can_view_participants, participants)| diff --git a/docs/get_self.md b/docs/get_self.md index 08bce1ece..928c6e91c 100644 --- a/docs/get_self.md +++ b/docs/get_self.md @@ -8,7 +8,7 @@ description: get_self parameters, return type and example ### Parameters: | Name | Type | -|----------|:-------------:| +|----------|---------------| ### Return type: [User objects](API_docs/types/User.md) diff --git a/docs/phone_login.md b/docs/phone_login.md index 9b846840b..e2c2ee75c 100644 --- a/docs/phone_login.md +++ b/docs/phone_login.md @@ -8,7 +8,7 @@ description: phone_login parameters, return type and example ### Parameters: | Name | Type | -|----------|:-------------:| +|----------|---------------| |number| A string with the phone number, including the country code| ### Return type: [auth.SentCode](API_docs/types/auth_SentCode.md)