MadelineProtoDocs/docs/TD_docs/constructors/group.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

29 lines
985 B
Markdown

---
title: group
description: Represents a group of zero or more other users
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: group
[Back to constructors index](index.md)
Represents a group of zero or more other users
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[int](../types/int.md) | Yes|Group identifier|
|member\_count|[int](../types/int.md) | Yes|Group member count|
|status|[ChatMemberStatus](../types/ChatMemberStatus.md) | Yes|Status of the current user in the group|
|everyone\_is\_administrator|[Bool](../types/Bool.md) | Yes|True, if all members granted administrator rights in the group|
|is\_active|[Bool](../types/Bool.md) | Yes|True, if group is active|
|migrated\_to\_channel\_id|[int](../types/int.md) | Yes|Identifier of channel (supergroup) to which this group was migrated or 0 if none|
### Type: [Group](../types/Group.md)