class Bsky::RichText

Defined in:

bsky/rich_text.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(text : String) #

[View source]

Instance Method Detail

def add_link(url : String) #

[View source]
def add_mention(mention_text : String, did : String) #

[View source]
def embed_external(card : ExternalCard) #

[View source]
def to_h #

[View source]