ExMicrosoftBot.Models.AttachmentData (ex_microsoftbot v3.0.0)

Microsoft bot attachment structure within the message

Link to this section Summary

Link to this section Types

Specs

t() :: %ExMicrosoftBot.Models.AttachmentData{
  name: String.t(),
  originalBase64: String.t(),
  thumbnailBase64: String.t(),
  type: String.t()
}