예제 #1
0
 public Echo Update(string newText)
 {
     return(_apiChat.UpdateEchoText(Id, newText, _echoOptions));
 }