ThumbnailUrl Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ThumbnailUrl() |
Initializes a new instance of the ThumbnailUrl class. |
ThumbnailUrl(String, String) |
Initializes a new instance of the ThumbnailUrl class. |
ThumbnailUrl()
Initializes a new instance of the ThumbnailUrl class.
public ThumbnailUrl ();
Public Sub New ()
Applies to
ThumbnailUrl(String, String)
Initializes a new instance of the ThumbnailUrl class.
public ThumbnailUrl (string url = default, string alt = default);
new Microsoft.Bot.Schema.ThumbnailUrl : string * string -> Microsoft.Bot.Schema.ThumbnailUrl
Public Sub New (Optional url As String = Nothing, Optional alt As String = Nothing)
Parameters
- url
- String
URL pointing to the thumbnail to use for media content.
- alt
- String
HTML alt text to include on this thumbnail image.