Class PaginationButtons
The pagination buttons.
Inheritance
System.Object
PaginationButtons
Namespace: DisCatSharp.Interactivity.EventHandling
Assembly: DisCatSharp.Interactivity.dll
Syntax
public class PaginationButtons
Constructors
| Improve this Doc View SourcePaginationButtons()
Initializes a new instance of the PaginationButtons class.
Declaration
public PaginationButtons()
PaginationButtons(PaginationButtons)
Initializes a new instance of the PaginationButtons class.
Declaration
public PaginationButtons(PaginationButtons other)
Parameters
Type | Name | Description |
---|---|---|
PaginationButtons | other | The other PaginationButtons. |
Properties
| Improve this Doc View SourceLeft
Gets or sets the left button.
Declaration
public DiscordButtonComponent Left { set; }
Property Value
Type | Description |
---|---|
DiscordButtonComponent |
Right
Gets or sets the right button.
Declaration
public DiscordButtonComponent Right { set; }
Property Value
Type | Description |
---|---|
DiscordButtonComponent |
SkipLeft
Gets or sets the skip left button.
Declaration
public DiscordButtonComponent SkipLeft { set; }
Property Value
Type | Description |
---|---|
DiscordButtonComponent |
SkipRight
Gets or sets the skip right button.
Declaration
public DiscordButtonComponent SkipRight { set; }
Property Value
Type | Description |
---|---|
DiscordButtonComponent |
Stop
Gets or sets the stop button.
Declaration
public DiscordButtonComponent Stop { set; }
Property Value
Type | Description |
---|---|
DiscordButtonComponent |