Data associated with infoType value GuildInfoType.Description

Hierarchy

  • InfoTypeDataDescription

Constructors

Properties

Accessors

Methods

Constructors

Properties

_byteSize: number = 0
_description: string = null

Accessors

  • get byteSize(): number
  • Returns the size of the data that this was deserialized from.

    Returns

    The size of the data that this was deserialized from

    Returns number

  • get description(): string
  • Returns string

  • set description(description: string): void
  • Parameters

    • description: string

    Returns void

Methods

  • Deserializes an instance of InfoTypeDataDescription from the provided EoReader.

    Returns

    The deserialized data

    Parameters

    • reader: EoReader

      the reader that the data will be deserialized from

    Returns InfoTypeDataDescription

  • Serializes an instance of InfoTypeDataDescription to the provided EoWriter.

    Parameters

    Returns void

Generated using TypeDoc