Skip to content

message

Get the message of a tag.

Signature

ts
class Tag {
  message(): string | null;
}

Returns

  • null | string

    Returns null if there is no message or if it is not valid utf8.

Released under the MIT License.