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

Generated schema for convoView

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.Chat.Bsky.Convo.Defs.ConvoView{
  id: String.t(),
  last_message:
    ProtoRune.Chat.Bsky.Convo.Defs.MessageView.t()
    | ProtoRune.Chat.Bsky.Convo.Defs.DeletedMessageView.t(),
  members: [ProtoRune.Chat.Bsky.Actor.Defs.ProfileViewBasic.t()],
  muted: boolean(),
  rev: String.t(),
  unread_count: integer()
}