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

Incorrect type definition on listIconUrl #553

Closed
Peter-ChengTszTung opened this issue Mar 14, 2024 · 2 comments
Closed

Incorrect type definition on listIconUrl #553

Peter-ChengTszTung opened this issue Mar 14, 2024 · 2 comments

Comments

@Peter-ChengTszTung
Copy link

Expecting listIconUrl?: string; instead of listIconUrl: string;

/**
* Optional - The icon url for the message.
*/
listIconUrl: string;
/**
* The unread / read status of the message.

@crow
Copy link
Contributor

crow commented Mar 18, 2024

Good catch. Thanks!

@crow
Copy link
Contributor

crow commented Mar 18, 2024

Have the change here - will include in the next release after coming through the rest of the typescript definitions and testing. Thanks again.

@crow crow closed this as completed Mar 18, 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