Interface BotWriteAccessAllowReasonAcceptedRequest

The user accepted bot's request to send messages with allowBotToSendMessages. Subtype of BotWriteAccessAllowReason.

interface BotWriteAccessAllowReasonAcceptedRequest {
    @type: "botWriteAccessAllowReasonAcceptedRequest";
}

Properties

Properties

@type: "botWriteAccessAllowReasonAcceptedRequest"