Skip to main content
Module

x/feoblog_client/mod.ts>protobuf.FollowGroup

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

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