Example #1
0
 public NotificationDetailsMessage(MyTelegramBot.Notification notification)
 {
     Notification = notification;
 }
 public EditorNotificationMessage(MyTelegramBot.Notification notification)
 {
     Notification = notification;
 }