class BotFramework::AttachmentData

Attachment data

Attributes

name[RW]

Name of the attachment

original_base64[RW]

original content

thumbnail_base64[RW]

Thumbnail

type[RW]

content type of the attachmnet

Public Class Methods

swagger_types() click to toggle source

Attribute type mapping.

# File lib/bot_framework/models/attachment_data.rb, line 17
def self.swagger_types
  {
    type: :String,
    name: :String,
    original_base64: :String,
    thumbnail_base64: :String
  }
end