API::V2::Serializers::Instance::Configuration::Statuses
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(max_characters : Int32, max_media_attachments : Int32, characters_reserved_per_url : Int32)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
characters_reserved_per_url
Sourcecharacters_reserved_per_url=(characters_reserved_per_url : Int32)
Sourcemax_characters
Sourcemax_characters=(max_characters : Int32)
Sourcemax_media_attachments
Sourcemax_media_attachments=(max_media_attachments : Int32)
Source