telegramx.js

ChatMemberMember

interface

Represents a chat member that has no additional privileges or restrictions.

Declaration

interface ChatMemberMember 

Properties

statusproperty#
status: 'member';

The member's status in the chat, always "member"

tagproperty#
tag?: string;

Optional. Tag of the member

until_dateproperty#
until_date?: number;

Optional. Date when the user's subscription will expire; Unix time

userproperty#
user: User;

Information about the user