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