예제 #1
0
 async Task RemoveChat(ButtonRow arg)
 {
     if (await ConfirmAsync("ConfirmRemoveChat"))
     {
         if (await _node.RemoveChat(_chat))
         {
             await MessageAsync("RemoveChatSuccess");
         }
     }
 }