struct

API::V2::Serializers::Instance::Configuration::MediaAttachments

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(supported_mime_types : Array(String), description_limit : Int32, image_size_limit : Int32, image_matrix_limit : Int32, video_size_limit : Int32, video_frame_rate_limit : Int32, video_matrix_limit : Int32)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

description_limit
Source
description_limit=(description_limit : Int32)
Source
image_matrix_limit
Source
image_matrix_limit=(image_matrix_limit : Int32)
Source
image_size_limit
Source
image_size_limit=(image_size_limit : Int32)
Source
supported_mime_types
Source
supported_mime_types=(supported_mime_types : Array(String))
Source
video_frame_rate_limit
Source
video_frame_rate_limit=(video_frame_rate_limit : Int32)
Source
video_matrix_limit
Source
video_matrix_limit=(video_matrix_limit : Int32)
Source
video_size_limit
Source
video_size_limit=(video_size_limit : Int32)
Source