Beispiel #1
0
 public Mutes.Users_Destroy.Result Users_Destroy(Int64? user_id)
 {
     var cm = new Mutes.Users_Destroy.Command();
     cm.user_id = user_id;
     return this.Users_Destroy(cm);
 }
Beispiel #2
0
 public Mutes.Users_Destroy.Result Users_Destroy()
 {
     var cm = new Mutes.Users_Destroy.Command();
     return this.Users_Destroy(cm);
 }
Beispiel #3
0
 public Mutes.Users_Destroy.Result Users_Destroy(String screen_name)
 {
     var cm = new Mutes.Users_Destroy.Command();
     cm.screen_name = screen_name;
     return this.Users_Destroy(cm);
 }
Beispiel #4
0
 public Mutes.Users_Destroy.Result[] Users_Destroy(Mutes.Users_Destroy.Command command)
 {
     return(_ApiEndpoints._Client.GetResult <Mutes.Users_Destroy.Command, Mutes.Users_Destroy.Result[]>(command));
 }