ProtoRune.Chat.Bsky.Convo.Defs.MessageView (proto_rune v0.1.1)

Generated schema for messageView

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.Chat.Bsky.Convo.Defs.MessageView{
  embed: ProtoRune.App.Bsky.Embed.Record.View.t(),
  facets: [ProtoRune.App.Bsky.Richtext.Facet.t()],
  id: String.t(),
  rev: String.t(),
  sender: ProtoRune.Chat.Bsky.Convo.Defs.MessageViewSender.t(),
  sent_at: String.t(),
  text: String.t()
}