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
Get the named view as binary content. API Reference
Link to this section Functions
Link to this function
get_attachment(service_url, attachment_id)
get_attachment(String.t(), String.t()) :: {:ok, ExMicrosoftBot.Models.AttachmentInfo.t()} | ExMicrosoftBot.Client.error_type()
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