ex_microsoftbot v2.0.1 ExMicrosoftBot.Client.Attachments

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

Link to this section Summary

Functions

Get AttachmentInfo structure describing the attachment views. API Reference

Link to this section Functions

Link to this function get_attachment(service_url, attachment_id)

Get AttachmentInfo structure describing the attachment views. API Reference

Link to this function get_attachment_view(service_url, attachment_id, view_id)
get_attachment_view(String.t(), String.t(), String.t()) ::
  {:ok, binary()} | ExMicrosoftBot.Client.error_type()

Get the named view as binary content. API Reference