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

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

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

Constructors

new
FollowGroup(data?: PartialMessage<FollowGroup>)

Properties

name: string

A display name for this group. ex: "News", or "Friends". Names should probably be unique for users' own sanity but at the moment that is not enforced by the protocol.

Static Properties

readonly
fields: FieldList
readonly
runtime
readonly
typeName: string

Static Methods

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