MadelineProtoDocs/docs/TD_docs/constructors/groupFull.md

26 lines
770 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: groupFull
description: Gives full information about a group
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: groupFull
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Gives full information about a group
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|creator\_user\_id|[int](../types/int.md) | Yes|User identifier of the group creator, 0 if unknown|
|members|Array of [chatMember](../constructors/chatMember.md) | Yes|Group members|
|invite\_link|[string](../types/string.md) | Yes|Invite link for this group, available only for group creator and only after it is generated at least once|
### Type: [GroupFull](../types/GroupFull.md)