class Slack::Event::MemberChannelEvent
- Slack::Event::MemberChannelEvent
- Slack::Event::TypeBase
- Reference
- Object
Defined in:
slack-api/event/base.crConstructors
Instance Method Summary
- #channel : String
- #channel=(channel : String)
- #channel_type : String
- #channel_type=(channel_type : String)
- #inviter : String | Nil
- #inviter=(inviter : String | Nil)
- #team : String
- #team=(team : String)
- #user : String | Nil
- #user=(user : String | Nil)