Exemplo n.º 1
0
        public void DirectMessage(string body)
        {
            var formatted = String.Format(body, this.User.ScreenName, this.User.Name);

            InputModel.InputCore.SetText(InputSetting.CreateDirectMessage(
                                             this.Model.GetSuitableReplyAccount(), this.Status.User, formatted));
        }
Exemplo n.º 2
0
 public void DirectMessage()
 {
     InputModel.InputCore.SetText(
         InputSetting.CreateDirectMessage(this.Model.GetSuitableReplyAccount(),
                                          this.Status.User));
 }