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

Support is_read_only in slack.Conversation #1234

Closed
GGonryun opened this issue Oct 2, 2023 · 0 comments
Closed

Support is_read_only in slack.Conversation #1234

GGonryun opened this issue Oct 2, 2023 · 0 comments
Assignees
Labels
bug [issue] bug Web API

Comments

@GGonryun
Copy link
Contributor

GGonryun commented Oct 2, 2023

Description

Slack allows custom channel permissions which may prevent certain users or bots from posting to that channel. An existing property is_read_only from the API is currently missing from slack.Converstations.

(Optional) Slack's documentation

https://api.slack.com/methods/conversations.info#examples
https://api.slack.com/types/conversation

{
    "ok": true,
    "channel": {
        "id": "C012AB3CD",
        "name": "general",
        "is_channel": true,
        // ... other properties
        "is_read_only": false, 
        // ... other properties
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [issue] bug Web API
Projects
None yet
Development

No branches or pull requests

2 participants