erp-platform/api/modules/Kurs.Sender/Rocket/RocketChatPostMessageInput.cs

8 lines
157 B
C#
Raw Normal View History

2025-05-06 06:45:49 +00:00
namespace Kurs.Sender.Rocket;
public class RocketChatPostMessageInput
{
public string? Channel { get; set; }
public string? Text { get; set; }
}