ChatMemberMember
Represents a chat member that has no additional privileges or restrictions.
fields
| field | type | required | description |
|---|---|---|---|
status | string | required | The member's status in the chat, always “member” |
tag | string | optional | Optional. Tag of the member |
user | User | required | Information about the user |
until_date | number | optional | Optional. Date when the user's subscription will expire; Unix time |
import
import type { ChatMemberMember } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#chatmembermember