core: rename field in protocol (#7038)

* core: rename field in protocol

* update bot apis

---------

Co-authored-by: Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com>
This commit is contained in:
Evgeny
2026-06-01 21:33:35 +01:00
committed by GitHub
parent 5ac3e71d97
commit 83f4f6cd38
8 changed files with 21 additions and 21 deletions
@@ -2640,7 +2640,7 @@ RcvMsgError = RcvMsgError_dropped | RcvMsgError_parseError
RcvMsgError_Tag = Literal["dropped", "parseError"]
class RelayCapabilities(TypedDict):
baseWebUrl: NotRequired[str]
webDomain: NotRequired[str]
class RelayProfile(TypedDict):
displayName: str