LemonCore.ChatScope (lemon_core v0.1.0)

View Source

Transport-specific chat identification.

Identifies a unique chat context within a transport (e.g. Telegram, Discord, XMTP). The topic_id field is optional and used by transports that support threaded conversations.

Summary

Types

t()

@type t() :: %LemonCore.ChatScope{
  chat_id: integer(),
  topic_id: integer() | nil,
  transport: atom()
}