Skip to main content

ChatIdFromSlug (Object)

Description

No description



Fields

NameDescription
chatId - StringThe ID of the chat
slug - String!The slug of the legacy private messaging space

type ChatIdFromSlug {
chatId: String
slug: String!
}