Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
slack
v0.2.0
Slack
Api
AppsManifestUpdate
Base
ChatDelete
ChatPostMessage
ConversationsHistory
ConversationsInfo
ReactionsAdd
ResponseHandler
TeamInfo
ViewsOpen
ApiClient
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
BotMessage
ChannelJoin
FileShare
MessageChanged
MessageDeleted
MessageFactory
MessageSubtype
ReactionAdded
ReactionItem
ReactionRemoved
TokensRevoked
HabitatSettings
Helpers
Modal
UIModal
InitializerMacros
Interaction
Interactions
BlockAction
Shortcut
ViewClosed
ViewSubmission
JSONRecords
Model
Models
Apps
ManifestUpdate
ChannelMessage
Chat
Delete
PostMessage
Conversation
ConversationFactory
ConversationsHistory
MessageHistory
ResponseMetadata
DefaultResponse
DirectMessage
ErrorResponse
IMChat
PrivateChannel
PrivateChannelMessage
PublicChannel
Team
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 14:48:11 UTC
struct
Slack::Command::EncodedTextReference
Slack::Command::EncodedTextReference
Struct
Value
Object
Defined in:
slack/commands/command.cr
Constructors
.new
(id : String, name : String)
Instance Method Summary
#clone
#copy_with
(id _id = @id, name _name = @name)
#id
: String
#name
: String
Constructor Detail
def self.
new
(id : String, name : String)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(id _id = @id, name _name = @name)
#
[
View source
]
def
id
: String
#
def
name
: String
#