Bot

public struct Bot

A chat bot the user can interact with.

Public properties

  • The display name for the bot.

    Declaration

    Swift

    public let name: String
  • URL for the bot avatar image.

    Declaration

    Swift

    public let avatarURL: URL?