コード例 #1
0
 public Data(TelegramChat user, string key, string value)
 {
     UserId = user.Id;
     Key    = key;
     Value  = value;
 }
コード例 #2
0
 protected bool Equals(TelegramChat other)
 {
     return(Id == other.Id);
 }