defmodule Feishu do @moduledoc """ Documentation for `Feishu`. """ @doc """ send text message to someone """ defdelegate send(who, params, type \\ "post"), to: Feishu.Message end