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

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

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

Properties

displayName: string

Set a display name for a user within the context of your feed.

Users may change their display names in their profiles. But, unlike Twitter, FeoBlog does not have a globally-unique human-readable ID to fall back on to identify someone, so it can be difficult to know who's who if people keep changing their names. Here you can set a stable name so you always know who's who.

optional
followGroup: number

The (0-indexed) group index that this follow should be grouped under.

optional
user: UserID

REQUIRED

Static Properties

readonly
fields: FieldList
readonly
runtime
readonly
typeName: string

Static Methods

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