sozsoft-platform/api/modules/Sozsoft.Sender/Rocket/RocketChatPostMessageInput.cs

9 lines
161 B
C#
Raw Normal View History

2026-02-24 20:44:16 +00:00
namespace Sozsoft.Sender.Rocket;
public class RocketChatPostMessageInput
{
public string? Channel { get; set; }
public string? Text { get; set; }
}