Interface PushMessageContentContactRegistered

A contact has registered with Telegram. Subtype of PushMessageContent.

interface PushMessageContentContactRegistered {
    @type: "pushMessageContentContactRegistered";
    as_premium_account?: boolean;
}

Properties

@type: "pushMessageContentContactRegistered"
as_premium_account?: boolean

True, if the user joined Telegram as a Telegram Premium account.