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

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

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

Information about an Item that we're replying to.

Properties

itemType

Suggested: The type of the item we're replying to. This is useful in case clients want to only show certain types of comments. Ex: show comments in reply to posts, but not comments replying to other comments.

optional
signature: Signature

REQUIRED: the signature of the item.

optional
userId: UserID

REQUIRED: the user_id that posted the item.

Static Properties

readonly
fields: FieldList
readonly
runtime
readonly
typeName: string

Static Methods

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