This commit is contained in:
Daniil Gentili 2017-04-06 20:27:31 +00:00
parent 939b29c928
commit 5bc6fdc05f
2 changed files with 33 additions and 33 deletions

View File

@ -10,37 +10,37 @@ description: chat attributes, type and example
| Name | Type | Required |Description|
|----------|:-------------:|:--------:|----------:|
|type|[string](https://daniil.it/MadelineProto/API_docs/types/string.md) | Yes|bot, user, channel, supergroup or chat|
|id|[long](https://daniil.it/MadelineProto/API_docs/types/long.md) | Yes|bot API chat id|
|access\_hash|[long](https://daniil.it/MadelineProto/API_docs/types/long.md) | Yes|access hash of peer|
|first\_name|[string](https://daniil.it/MadelineProto/API_docs/types/string.md) | Yes|First name of the user|
|last\_name|[string](https://daniil.it/MadelineProto/API_docs/types/string.md) | Optional|Last name of the user|
|username|[string](https://daniil.it/MadelineProto/API_docs/types/string.md) | Optional|Username|
|verified|[Bool](https://daniil.it/MadelineProto/API_docs/types/Bool.md) | Optional|Is the peer official?|
|restricted|[Bool](https://daniil.it/MadelineProto/API_docs/types/Bool.md) | Optional|Is the peer restricted to the current user?|
|restriction\_reason|[string](https://daniil.it/MadelineProto/API_docs/types/string.md) | Optional|Restriction reason|
|status|[UserStatus](https://daniil.it/MadelineProto/API_docs/types/UserStatus.md) | Optional|Describes last time user was online|
|bot\_inline\_placeholder|[string](https://daniil.it/MadelineProto/API_docs/types/string.md) | Optional|Inline placeholder of inline bot|
|about|[string](https://daniil.it/MadelineProto/API_docs/types/string.md) | Optional|Description of supergroups/channels or bios of users|
|bot\_info|[BotInfo](https://daniil.it/MadelineProto/API_docs/types/BotInfo.md) | Optional|Bot info of bots|
|phone\_calls\_available|[Bool](https://daniil.it/MadelineProto/API_docs/types/Bool.md) | Optional|Are phone calls available for that user?|
|phone\_calls\_private|[Bool](https://daniil.it/MadelineProto/API_docs/types/Bool.md) | Optional||
|common\_chats\_count|[int](https://daniil.it/MadelineProto/API_docs/types/int.md) | Yes|Number of chats in common with that user|
|photo|[string](https://daniil.it/MadelineProto/API_docs/types/string.md) | Optional|bot API file id of the profile picture|
|title|[string](https://daniil.it/MadelineProto/API_docs/types/string.md) | Optional|Chat title|
|participants\_count|[int](https://daniil.it/MadelineProto/API_docs/types/int.md) | Optional|Number of participants in the chat.|
|kicked\_count|[int](https://daniil.it/MadelineProto/API_docs/types/int.md) | Optional|Number of users kicked from the chat.|
|admin\_count|[int](https://daniil.it/MadelineProto/API_docs/types/int.md) | Optional|Number of admins in the chat.|
|admin|[Bool](https://daniil.it/MadelineProto/API_docs/types/Bool.md) | Optional|Are you an admin in this chat?|
|all\_members\_are\_administrators|[Bool](https://daniil.it/MadelineProto/API_docs/types/Bool.md) | Optional|True if a group has All Members Are Admins enabled.|
|invite|[string](https://daniil.it/MadelineProto/API_docs/types/string.md) | Optional|Invite link of the chat|
|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) | Yes|access hash of peer|
|first\_name|[string](API_docs/types/string.md) | Yes|First name of the user|
|last\_name|[string](API_docs/types/string.md) | Optional|Last name of the user|
|username|[string](API_docs/types/string.md) | Optional|Username|
|verified|[Bool](API_docs/types/Bool.md) | Optional|Is the peer official?|
|restricted|[Bool](API_docs/types/Bool.md) | Optional|Is the peer restricted to the current user?|
|restriction\_reason|[string](API_docs/types/string.md) | Optional|Restriction reason|
|status|[UserStatus](API_docs/types/UserStatus.md) | Optional|Describes last time user was online|
|bot\_inline\_placeholder|[string](API_docs/types/string.md) | Optional|Inline placeholder of inline bot|
|about|[string](API_docs/types/string.md) | Optional|Description of supergroups/channels or bios of users|
|bot\_info|[BotInfo](API_docs/types/BotInfo.md) | Optional|Bot info of bots|
|phone\_calls\_available|[Bool](API_docs/types/Bool.md) | Optional|Are phone calls available for that user?|
|phone\_calls\_private|[Bool](API_docs/types/Bool.md) | Optional||
|common\_chats\_count|[int](API_docs/types/int.md) | Yes|Number of chats in common with that user|
|photo|[string](API_docs/types/string.md) | Optional|bot API file id of the profile picture|
|title|[string](API_docs/types/string.md) | Optional|Chat title|
|participants\_count|[int](API_docs/types/int.md) | Optional|Number of participants in the chat.|
|kicked\_count|[int](API_docs/types/int.md) | Optional|Number of users kicked from the chat.|
|admin\_count|[int](API_docs/types/int.md) | Optional|Number of admins in the chat.|
|admin|[Bool](API_docs/types/Bool.md) | Optional|Are you an admin in this chat?|
|all\_members\_are\_administrators|[Bool](API_docs/types/Bool.md) | Optional|True if a group has All Members Are Admins enabled.|
|invite|[string](API_docs/types/string.md) | Optional|Invite link of the chat|
|participants|Array of [Participant](Participant.md) | Yes|Chat participants|
|democracy|[Bool](https://daniil.it/MadelineProto/API_docs/types/Bool.md) | Optional|Can everyone add users to this chat?|
|signatures|[Bool](https://daniil.it/MadelineProto/API_docs/types/Bool.md) | Optional|Are channel signatures enabled?|
|can\_view\_participants|[Bool](https://daniil.it/MadelineProto/API_docs/types/Bool.md) | Optional|Can you view participants (you can still view the bots in channels even if this is false)|
|can\_set\_username|[Bool](https://daniil.it/MadelineProto/API_docs/types/Bool.md) | Optional|Can you set the username of this channel/supergroup?|
|migrated\_from\_chat\_id|[int](https://daniil.it/MadelineProto/API_docs/types/int.md) | Optional|MTProto chat id of the original chat (render it negative to make it a bot API chat id)|
|migrated\_from\_max\_id|[int](https://daniil.it/MadelineProto/API_docs/types/int.md) | Optional|Last message id before migration|
|pinned\_msg\_id|[int](https://daniil.it/MadelineProto/API_docs/types/int.md) | Optional|Message id of pinned message|
|democracy|[Bool](API_docs/types/Bool.md) | Optional|Can everyone add users to this chat?|
|signatures|[Bool](API_docs/types/Bool.md) | Optional|Are channel signatures enabled?|
|can\_view\_participants|[Bool](API_docs/types/Bool.md) | Optional|Can you view participants (you can still view the bots in channels even if this is false)|
|can\_set\_username|[Bool](API_docs/types/Bool.md) | Optional|Can you set the username of this channel/supergroup?|
|migrated\_from\_chat\_id|[int](API_docs/types/int.md) | Optional|MTProto chat id of the original chat (render it negative to make it a bot API chat id)|
|migrated\_from\_max\_id|[int](API_docs/types/int.md) | Optional|Last message id before migration|
|pinned\_msg\_id|[int](API_docs/types/int.md) | Optional|Message id of pinned message|

View File

@ -12,6 +12,6 @@ description: PWRTelegram participant attributes, type and example
|----------|:-------------:|:--------:|-----------:|
|user|[Chat](Chat.md) | Yes| The participant|
|inviter|[Chat](Chat.md) | Optional|The user that invited this participant|
|date|[int](https://daniil.it/MadelineProto/API_docs/types/int.md) | Yes|When was the user invited|
|role|[string](https://daniil.it/MadelineProto/API_docs/types/int.md) | Yes|user, admin, creator, moderator, editor, creator, kicked|
|date|[int](API_docs/types/int.md) | Yes|When was the user invited|
|role|[string](API_docs/types/int.md) | Yes|user, admin, creator, moderator, editor, creator, kicked|