API reference
Constructor Page
- Namespace
- DisCatSharp.Interactivity.Entities
- Assembly
- DisCatSharp.Interactivity.dll
Page()
public Page()
Page(string?, DiscordEmbedBuilder?)
Initializes a new instance of the Page class.
You need to specify at least content or embed or both.
[Deprecated("This constructor is deprecated, use empty Page instead.")]
public Page(string? content = null, DiscordEmbedBuilder? embed = null)
Parameters
contentstringThe content.
embedDiscordEmbedBuilderThe embed.