feat(messenger): store and serve telegram profiles

This commit is contained in:
Ruslan Bakiev
2026-04-03 18:36:05 +07:00
parent b62787c299
commit 202c872396
6 changed files with 180 additions and 2 deletions

View File

@@ -141,6 +141,9 @@ type MessengerConnection {
userId: ID!
type: MessengerType!
channelId: String!
displayName: String
username: String
avatarAvailable: Boolean!
isActive: Boolean!
}