GramIO API Reference / gramio/dist / TelegramChatMemberMember
Interface: TelegramChatMemberMember
Defined in: @gramio/types/out/objects.d.ts:3743
Represents a chat member that has no additional privileges or restrictions.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
status | "member" | The member's status in the chat, always “member” | @gramio/types/out/objects.d.ts:3747 |
tag? | string | Optional. Tag of the member | @gramio/types/out/objects.d.ts:3751 |
until_date? | number | Optional. Date when the user's subscription will expire; Unix time | @gramio/types/out/objects.d.ts:3759 |
user | TelegramUser | Information about the user | @gramio/types/out/objects.d.ts:3755 |