mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 00:46:56 +01:00
767 B
767 B
title | description |
---|---|
groupFull | Gives full information about a group |
Constructor: groupFull
Gives full information about a group
Attributes:
Name | Type | Required | Description |
---|---|---|---|
group | group | Yes | General info about the group |
creator_user_id | int | Yes | User identifier of the group creator, 0 if unknown |
members | Array of chatMember | Yes | Group members |
invite_link | string | Yes | Invite link for this group, available only for group creator and only after it is generated at least once |