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

ListGroups returns empty fields "name" and "description" #1517

Closed
Serhii-zp-ua opened this issue May 4, 2024 · 1 comment
Closed

ListGroups returns empty fields "name" and "description" #1517

Serhii-zp-ua opened this issue May 4, 2024 · 1 comment
Milestone

Comments

@Serhii-zp-ua
Copy link

Hi Asam.
multi-account mode.
When I make ListGroups command, in response only id fields are has values, all other are null or 0 or false. And it doesn't usefull, because I can't identify which id I need, because I know needed group name, but not id. When I try make sendSyncRequest it return empty result and has no any effect.

example
"jsonrpc": "2.0",
"result": [
{
"id": "lY9b9M3lIu1YoglzTCv2H1DlX4UfGXBnV1234567890=",
"name": null,
"description": null,
"isMember": false,
"isBlocked": false,
"messageExpirationTime": 0,
"members": [],
"pendingMembers": [],
"requestingMembers": [],
"admins": [],
"banned": [],
"permissionAddMember": "EVERY_MEMBER",
"permissionEditDetails": "EVERY_MEMBER",
"permissionSendMessage": "EVERY_MEMBER",
"groupInviteLink": null
},
...

@AsamK AsamK added this to the next-version milestone Jun 6, 2024
@AsamK
Copy link
Owner

AsamK commented Jun 6, 2024

This should be fixed in the version, except for groups you're no longer a member of.

@AsamK AsamK closed this as completed in 5a97b9e Jun 6, 2024
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

No branches or pull requests

2 participants