ex_microsoftbot v1.0.0 ExMicrosoftBot.Client.Attachments

This module provides the functions to get information related to attachments.

Summary

Functions

Get AttachmentInfo structure describing the attachment views. API Reference

Functions

get_attachment(service_url, attachment_id)

Get AttachmentInfo structure describing the attachment views. API Reference

get_attachment_view(service_url, attachment_id, view_id)

Specs

get_attachment_view(String.t, String.t, String.t) ::
  {:ok, binary} |
  ExMicrosoftBot.Client.error_type

Get the named view as binary content. API Reference