6 lines
110 B
C#
6 lines
110 B
C#
namespace Sozsoft.Sender.Telegram;
|
|
|
|
public class TelegramSendResult
|
|
{
|
|
public bool Success { get; set; }
|
|
}
|