Class SlashCommand
A slash command in Google Chat.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class SlashCommand : IMessage<SlashCommand>, IEquatable<SlashCommand>, IDeepCloneable<SlashCommand>, IBufferMessage, IMessage
Constructors
SlashCommand()
Declaration
public SlashCommand()
SlashCommand(SlashCommand)
Declaration
public SlashCommand(SlashCommand other)
Parameters
Type | Name | Description |
---|---|---|
SlashCommand | other |
Properties
CommandId
The ID of the slash command invoked.
Declaration
public long CommandId { get; set; }
Property Value
Type | Description |
---|---|
long |