Пример #1
0
 public Data(TelegramChat user, string key, string value)
 {
     UserId = user.Id;
     Key    = key;
     Value  = value;
 }
 protected bool Equals(TelegramChat other)
 {
     return(Id == other.Id);
 }