ex_microsoftbot v2.0.1 ExMicrosoftBot.Models.AttachmentData

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.AttachmentData{
  name: String.t(),
  originalBase64: String.t(),
  thumbnailBase64: String.t(),
  type: String.t()
}