Table of Contents

Class SocketButtonClickData

Namespace
HeyBox.WebSocket
Assembly
HeyBox.Net.WebSocket.dll

表示一个通过网关接收的按钮点击的数据。

public class SocketButtonClickData : SocketEntity<ulong>, IEntity<ulong>, IButtonClickInteractionData, IHeyBoxInteractionData
Inheritance
SocketButtonClickData
Implements
Inherited Members

Properties

Event

获取按钮点击后触发的事件类型。

public ButtonEvent Event { get; }

Property Value

ButtonEvent

Text

获取按钮的文本。

public string Text { get; }

Property Value

string

Value

获取按钮的值。

public string Value { get; }

Property Value

string