Video

public struct Video : Encodable

Represents the video of an embed. Note: Discord does not accept these, so they are read-only

  • The height of this video

    Declaration

    Swift

    public let height: Int
  • url

    The url for this video

    Declaration

    Swift

    public let url: URL
  • The width of this video

    Declaration

    Swift

    public let width: Int