slack-rs / slack-rs-api

Rust interface for the Slack Web API
Apache License 2.0
109 stars 66 forks source link

Err(Unknown("unknown_method")) Error When Calling slack::channels::history in Slack API #110

Open kasugamirai opened 8 months ago

kasugamirai commented 8 months ago

I am encountering an issue while trying to use the slack::channels::history method from the Slack API. Every time I attempt to call this method, it consistently returns an error:("unknown_method").I have encountered a persistent issue while utilizing the slack::channels::history method in the Slack API. Each time I invoke this method, it results in an error being returned, specifically: Err(Unknown("unknown_method")). This issue is preventing me from retrieving channel history data as expected.