pub async fn get_permalink<T>(
client: &T,
param: &GetPermalinkRequest,
bot_token: &str,
) -> Result<GetPermalinkResponse, Error>where
T: SlackWebAPIClient,Expand description
Retrieve a permalink URL for a specific extant message.
See: https://api.slack.com/methods/chat.getPermalink