sozsoft-platform/api/modules/Sozsoft.Sender/Rocket/RocketChatPostMessageInput.cs
Sedat Öztürk 429227df1d Initial
2026-02-24 23:44:16 +03:00

8 lines
161 B
C#

namespace Sozsoft.Sender.Rocket;
public class RocketChatPostMessageInput
{
public string? Channel { get; set; }
public string? Text { get; set; }
}