class Cryap::API::Entities::Account

Overview

TODO Fully implement https://docs.joinmastodon.org/entities/Account/

Included Modules

Direct Known Subclasses

Defined in:

modules/api/entities/account.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(account : Cryap::Database::Models::Account) #

Instance Method Detail

def acct : String #

def avatar : String #

def avatar_static : String #

def bot? : Bool #

def created_at : Time #

def cryap : CryapSpecific #

def discoverable? : Bool #

def display_name : String #

def followers_count : Int32 #

def following_count : Int32 #

def header : String #

def header_static : String #

def id : String #

def locked? : Bool #

def note : String #

def statuses_count : Int32 #

def url : String #

def username : String #