Visitor

io.github.quafadas.dairect.MessageToSend.Visitor
See theVisitor companion object
trait Visitor[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Default[A]

Members list

Value members

Abstract methods

def image_file(value: ImageFile): A
def image_url(value: ImageUrl): A
def text(value: TextToSend): A