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

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

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

File attachments. Certain item types may allow file attachments.

Constructors

new
Attachments(data?: PartialMessage<Attachments>)

Static Properties

readonly
fields: FieldList
readonly
runtime
readonly
typeName: string

Static Methods

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