pub async fn get_message_link_info(
url: String,
client_id: i32,
) -> Result<MessageLinkInfo, Error>Expand description
Returns information about a public or private message link. Can be called for any internal link of the type internalLinkTypeMessage
ยงArguments
url- The message linkclient_id- The client id to send the request to