Skip to main content
Module

x/feoblog_client/mod.ts>protobuf.Follow

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

Constructors

new
Follow(data?: PartialMessage<Follow>)

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