Skip to main content
Module

x/feoblog_client/mod.ts>protobuf.ReplyRef

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

Information about an Item that we're replying to.

Constructors

new
ReplyRef(data?: PartialMessage<ReplyRef>)

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