Ex. ```const { conversation } = await client.getOr...
# 🌎general
d
Ex.
Copy code
const { conversation } = await client.getOrCreateConversation({
      channel: 'group',
      tags: { 'telegram:id': `${conversationId}` },
    })