Interface ChatMemberStatusMember

The user is a member of the chat, without any additional privileges or restrictions. Subtype of ChatMemberStatus.

interface ChatMemberStatusMember {
    @type: "chatMemberStatusMember";
    member_until_date: number;
}

Properties

@type: "chatMemberStatusMember"
member_until_date: number

Point in time (Unix timestamp) when the user will be removed from the chat because of the expired subscription; 0 if never. Ignored in setChatMemberStatus.