public SlackMessage As(SlackAuthor author)
 {
     LastAttachment.Author = author;
     return this;
 }
Exemple #2
0
 public SlackMessage As(SlackAuthor author)
 {
     LastAttachment.Author = author;
     return(this);
 }