Show / Hide Table of Contents

Class SlashCommand

A slash command in Google Chat.

Inheritance
object
SlashCommand
Implements
IMessage<SlashCommand>
IEquatable<SlashCommand>
IDeepCloneable<SlashCommand>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX