✨ Embeddable funds
✨ Chat message embeddable poll
This commit is contained in:
10
DysonNetwork.Sphere/Wallet/FundEmbed.cs
Normal file
10
DysonNetwork.Sphere/Wallet/FundEmbed.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using DysonNetwork.Sphere.WebReader;
|
||||
|
||||
namespace DysonNetwork.Sphere.Wallet;
|
||||
|
||||
public class FundEmbed : EmbeddableBase
|
||||
{
|
||||
public override string Type => "fund";
|
||||
|
||||
public Guid Id { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user