Interface BotWriteAccessAllowReasonConnectedWebsite

Describes a reason why a bot was allowed to write messages to the current user. Subtype of BotWriteAccessAllowReason.

interface BotWriteAccessAllowReasonConnectedWebsite {
    @type: "botWriteAccessAllowReasonConnectedWebsite";
    domain_name: string;
}

Properties

Properties

@type: "botWriteAccessAllowReasonConnectedWebsite"
domain_name: string

Domain name of the connected website.