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

x/feoblog_client/private/protobuf/feoblog.ts>Comment

a JavaScript client for feoblog written for Deno
Latest
class Comment
extends Message<Comment>
import { Comment } from "https://deno.land/x/feoblog_client@v0.7.0/private/protobuf/feoblog.ts";

A Comment is a text-only response to some other Item.

Properties

optional
replyTo: ReplyRef

Information about the Item we're replying to.

text: string

CommonMark markdown text. Inline images will NOT be rendered.

Static Properties

readonly
fields: FieldList
readonly
runtime
readonly
typeName: string

Static Methods

equals(a: Comment | PlainMessage<Comment> | undefined, b: Comment | PlainMessage<Comment> | undefined): boolean
fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Comment
fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Comment
fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Comment