Exemplo n.º 1
0
 /// <summary>
 /// Sends command list
 /// </summary>
 /// <param name="userId"></param>
 public void ReplyWithCommandList(long userId) => messageSender.Send(userId, messageBuilder.BuildCommandList());