SlackWebAPI v1.2.0 SlackWebAPI.Api.Dialog View Source
API calls for all endpoints tagged Dialog
.
Link to this section Summary
Functions
Open a dialog with a user
Link to this section Functions
Link to this function
dialog_open(connection, opts \\ [])
View Sourcedialog_open(Tesla.Env.client(), keyword()) :: {:ok, map()} | {:error, Tesla.Env.t()}
Open a dialog with a user
Parameters
- connection (SlackWebAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
Returns
{:ok, %{}} on success {:error, info} on failure