feat(messenger): store and serve telegram profiles
This commit is contained in:
@@ -155,6 +155,10 @@ model MessengerConnection {
|
||||
user User @relation(fields: [userId], references: [id])
|
||||
type MessengerType
|
||||
channelId String
|
||||
displayName String?
|
||||
username String?
|
||||
avatarFileId String?
|
||||
avatarFileUniqueId String?
|
||||
isActive Boolean @default(true)
|
||||
createdAt DateTime @default(now())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user