-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
fix: missing properties in group type definition #2227
Conversation
Thanks, please change comma for dot and comma |
done @icleitoncosta :-) |
I also want to amend the return type of |
@icleitoncosta could you take a look at how I can change this? Got more info to add but I'm a little lost. |
9320262
to
a706442
Compare
@icleitoncosta I adjusted the commit names |
Pull Request Summary by devActivityMetricsAchievements
|
Corrected the
GroupMetadata
interface based on two example groups I retrieved usingclient.listChats({ onlyGroups: true })
.