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

Feature request: support slices #43

Open
Antonboom opened this issue Nov 22, 2024 · 2 comments
Open

Feature request: support slices #43

Antonboom opened this issue Nov 22, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Antonboom
Copy link
Owner

func (s *MessageStore) ListSenderIDs(cid ChatID, start, end MessageID) ([]UserID, error) {
    // ...
    return senders, err
}
@Antonboom Antonboom added enhancement New feature or request good first issue Good for newcomers labels Nov 22, 2024
@Antonboom
Copy link
Owner Author

Antonboom commented Nov 22, 2024

And int and other not-panicking types?

@qadahss
Copy link

qadahss commented Dec 7, 2024

I would really like to see this improvement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants