Interface ChatActionSubscriptionExtended

interface ChatActionSubscriptionExtended {
    new: ChatMember;
    prev: ChatMember;
    type: "sub_extend";
}

Properties

Properties

New participant information

Previous participant information

type: "sub_extend"