ex_microsoftbot v2.0.1 ExMicrosoftBot.Models.Attachment

Microsoft bot attachment structure within the message

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %ExMicrosoftBot.Models.Attachment{
  content: map(),
  contentType: String.t(),
  contentUrl: String.t(),
  name: String.t(),
  thumbnailUrl: String.t()
}

Link to this section Functions