Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: invite code validity check #600

Merged
merged 6 commits into from
Nov 22, 2024
Merged

Conversation

waddaboo
Copy link
Contributor

@waddaboo waddaboo commented Nov 4, 2024

Description

This PR introduces a new feature that allows developers to check the validity of the invite code.

Example usage:

const inviteCode = "C5VAG4HD"
const groupId = "10402173435763029700781503965100"

const isValid = await apiSdk.checkInvite(inviteCode, groupId)

Related Issue

Does this introduce a breaking change?

  • Yes
  • No

@waddaboo waddaboo requested a review from vplasencia November 4, 2024 09:42
Copy link

vercel bot commented Nov 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bandada-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 9:57am
bandada-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 9:57am

Copy link
Member

@vplasencia vplasencia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! 🚀

@vplasencia vplasencia merged commit 23d3cc6 into feat/on-chain-invites Nov 22, 2024
5 checks passed
@vplasencia vplasencia deleted the feat/check-invite branch November 22, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants