Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
slack
v0.1.2
Slack
Api
AppsManifestUpdate
Base
ChatPostMessage
ConversationsInfo
TeamInfo
ViewsOpen
Auth
Enterprise
Team
User
AuthHandler
HabitatSettings
AuthResponse
Command
EncodedTextReference
PlainTextReference
ContentTypes
DecimalTimeStampConverter
Errors
Api
Auth
InvalidUIBlock
ReplayAttack
SignatureMismatch
Event
EventData
Attachment
MessageSubset
Events
AppHomeOpened
AppMentioned
AppUninstalled
Message
BotAdd
ChannelJoin
MessageChanged
MessageDeleted
MessageFactory
MessageSubtype
ReactionAdded
ReactionRemoved
TokensRevoked
HabitatSettings
Helpers
Modal
UIModal
InitializerMacros
Interaction
Interactions
BlockAction
Shortcut
ViewClosed
ViewSubmission
Model
Models
AppsManifestUpdate
Error
Success
AppsManifestUpdateResponse
AppsManifestUpdate
ChannelMessage
ChatPostMessage
Error
Success
ChatPostMessageResponse
ChatPostMessage
Conversation
ConversationType
DirectMessage
IMChat
PrivateChannel
PrivateChannelMessage
PublicChannel
Team
ViewsOpen
Error
Success
ViewsOpenResponse
ViewsOpen
OptionalDiscriminator
TypeAliases
Blocks
ButtonElement
ButtonStyles
Components
ConfirmationDialog
Elements
InputElement
ModalBlock
TextSection
UI
BaseComponent
BaseComponents
Block
BlockElement
BlockElements
Button
Styles
Text
Checkbox
DatePicker
Image
MultiSelectMenu
OverflowMenu
PlainTextInput
ActionConfig
Placeholder
RadioButtonGroup
SelectMenu
TimePicker
Blocks
Actions
Context
Divider
File
Header
Image
Input
Label
Section
FieldText
Text
Component
Components
ButtonActions
ButtonData
Styles
ButtonElement
Button
ConfirmationObject
ConfirmationDialog
InputElement
Input
PlainTextInput
TextSection
CompositionObjects
Confirmation
Confirm
Deny
Text
Title
DispatchActionConfig
Triggerable
CustomComponent
DynamicTextComposition
Modal
Close
Submit
Title
Surface
UrlVerification
VerifiedEvent
Webhooks
Signature
VerifiedRequest
Built with Crystal 1.9.2
2023-10-08 17:17:48 UTC
class
Slack::Events::Message::ChannelJoin
Slack::Events::Message::ChannelJoin
Slack::Events::MessageSubtype
Slack::Event
Reference
Object
Defined in:
slack/events/event_types/message/channel_join.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#inviter
: String | Nil
#inviter=
(inviter : String | Nil)
#text
: String
#text=
(text : String)
Instance methods inherited from class
Slack::Events::MessageSubtype
channel : String
channel
,
channel=(channel : String)
channel=
,
channel_type : String
channel_type
,
channel_type=(channel_type : String)
channel_type=
,
event_ts : String
event_ts
,
event_ts=(event_ts : String)
event_ts=
,
im?
im?
,
private_channel?
private_channel?
,
public_channel?
public_channel?
,
subtype : String
subtype
,
subtype=(subtype : String)
subtype=
,
ts : String
ts
,
ts=(ts : String)
ts=
Constructor methods inherited from class
Slack::Events::MessageSubtype
new(pull : JSON::PullParser)
new
Instance methods inherited from class
Slack::Event
type : String
type
,
type=(type : String)
type=
Constructor methods inherited from class
Slack::Event
new(pull : JSON::PullParser)
new
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
inviter
: String | Nil
#
[
View source
]
def
inviter=
(inviter : String | Nil)
#
[
View source
]
def
text
: String
#
[
View source
]
def
text=
(text : String)
#
[
View source
]