Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Messaging#updatePush

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Messaging.prototype.updatePush
Re-export
import { Messaging } from "https://deno.land/x/appwrite@10.0.0/mod.ts";

Update push notification

Update a push notification by its unique ID.

Parameters

messageId: string
optional
topics: string[]
optional
users: string[]
optional
targets: string[]
optional
title: string
optional
body: string
optional
data: object
optional
action: string
optional
image: string
optional
icon: string
optional
sound: string
optional
color: string
optional
tag: string
optional
badge: number
optional
draft: boolean
optional
scheduledAt: string