예제 #1
0
 public Echo Update(EchoOptions echoInlineButtons)
 {
     _echoOptions = echoInlineButtons;
     return(_apiChat.UpdateEchoInlineButtons(Id, echoInlineButtons));
 }