Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/appwrite/mod.ts>Messaging#getTopic

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

Get topic

Get a topic by its unique ID.

Parameters

topicId: string

Returns

Promise<Models.Topic>