feat: Add optional publicKey field to interaction type.
This commit is contained in:
@@ -331,6 +331,7 @@ export interface SwarmUserProfile {
|
|||||||
botOwnerHandle?: string; // Handle of the bot's owner (e.g., "user" or "user@domain")
|
botOwnerHandle?: string; // Handle of the bot's owner (e.g., "user" or "user@domain")
|
||||||
nodeDomain: string;
|
nodeDomain: string;
|
||||||
chatPublicKey?: string;
|
chatPublicKey?: string;
|
||||||
|
publicKey?: string;
|
||||||
did?: string;
|
did?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user