MadelineProto/docs/TD_docs/constructors/group.md

28 lines
912 B
Markdown
Raw Normal View History

---
title: group
description: Represents a group of zero or more other users
---
## Constructor: group
[Back to constructors index](index.md)
Represents a group of zero or more other users
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|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|
2017-08-25 15:05:53 +02:00
|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)