Table of Contents

Interface IPokeAction

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents a single generic poke action.

public interface IPokeAction

Properties

Operator

Gets the user who performed the action.

IUser Operator { get; }

Property Value

IUser

Poke

Gets the poke this action is associated with.

IPoke Poke { get; }

Property Value

IPoke

Targets

Gets the users who were poked by the action.

IReadOnlyCollection<IUser> Targets { get; }

Property Value

IReadOnlyCollection<IUser>