Interface ActionContactJoined

Contact has joined Telegram

interface ActionContactJoined {
    type: "contact_joined";
}

Properties

Properties

type: "contact_joined"