in otava/slack.py [0:0]
def __text_block(cls, type, text_type, text):
return cls.__block(
type,
content={
"text": {
"type": text_type,
"text": text,
}
},
)